What is java and why it is important ? why engineer choose this language see this post for more information

J AVA Career Scope What Java is a general-purpose computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible. It is intended to let application developers “ write once, run anywhere”. Why JAVA programming multi-platform support language and support for web-services. When If a student is planning…

Read More

c and C++ importance and career scope in CSE

C C++ Career Scope What C language is a stucture oriented programming language and its features were derived from an earlier language called “B” language. Why C language is mother of all languages and to start learn something, we should know the basics first. So if we are aware of the technology we are going to…

Read More

How to write a program to input basic information of the user in c programing.

Hello guy’s this is Mayank singh Today i tell how you can store the basic information of the user in the c programming.This is basic program for Beginner. If having any doubt you can ask on my mail id. Watch videos here  https://youtu.be/aRrOsoZ_RF4 ______________________________________________ #include<stdio.h>#include<conio.h> void main(){int mob[10];char name[10],lname[20],add[50],email[50],fname[30];clrscr(); printf(“ttEnter your Basic information”); printf(“n1].Enter your…

Read More