What are C and C++ languages?

Asked by Last Modified  

Follow 0
Answer

Please enter your answer

C/C++ & UNIX Shell Scripting Programmer & Tutor

The answer is as simple as if I ask you a question: "What is Hindi Language". And I am sure you would say, this is the way I can talk to different people in my community/state/nation etc and I can get my day to day work. So now put a computer in place of you. Computer needs to understand something....
read more
The answer is as simple as if I ask you a question: "What is Hindi Language". And I am sure you would say, this is the way I can talk to different people in my community/state/nation etc and I can get my day to day work. So now put a computer in place of you. Computer needs to understand something. And that is called Assembly language. The assembly language is what makes a computer computer or do whatever you ask. It is kind of difficult to talk to a computer in assembly language as it is not english or hindi or any dialects. This is where these programming languages like C/C++/C# etc come into picture. These are written in english with obviously some rules of the language and a perfect way to get tasks done by computer. I hope that gives some explanation. read less
Comments

Asst Professor

C is structured language and C++ is object oriented language.
Comments

Tutor

c and c++ are system languages which are very much near to hardware and it can make an hardware to run and it is difficult to write a system program .you can see drivers etc code will be written in c and c++ only so when a bug comes in system programming system itself will show you an error but when...
read more
c and c++ are system languages which are very much near to hardware and it can make an hardware to run and it is difficult to write a system program .you can see drivers etc code will be written in c and c++ only so when a bug comes in system programming system itself will show you an error but when you go higher programming languages like java C# you have tester for them here no tester and c is procedural oriented language which acts as base for improving your programming skill and coding skill and c++ is partially object oriented as main function can be written outside where in C# every thing has to be encapsulated in class only .With C# and Java we call them application oriented languages as applications can be developed and c++ and c can be used in embedded systems for any product development as well Thank you read less
Comments

View 1 more Answers

Related Questions

What is a void main() in the C programming language?
In C programming, void main() is an incorrect signature for the main function. The correct signature is int main(). The main function serves as the entry point for C programs and typically returns an integer...
Ambar
0 0
5
Does a civil engineer need to learn the C language?
C language is a common subject in the first year of engineering irrespective of the branch. It may not be helpful for your civil engineering career but you definitely need to pass for B.Tech graduation.
Sandeep
0 0
5
Who founded the C language? Why?
The C programming language was developed by Dennis Ritchie at Bell Labs in the early 1970s. Ritchie, along with his colleague Ken Thompson, created C as an evolution of the B programming...
Santosini
0 0
7
Which is the best C language IDE/compiler for Windows?
For Windows, the best C compiler often depends on specific needs and preferences, but MinGW (with GCC) and Microsoft Visual C++ (MSVC) are frequently cited as top choices. MinGW provides a free, open-source...
Alimasi
0 0
6
Which websites are best to learn C programming?
Geek for Geeks and programiz etc
Ritu
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Variables
Variables in C Language:A variable is a name that may be used to store a data value. Unlike constant, variables are changeable, we can change value of a variable during execution of a program. A programmer...

Recursion in C Programming
The process of calling a function by itself is called recursion and the function which calls itself is called recursive function. Syntax of Recursive Function returntype recursive_func () { statements; ...
R

Ravindra Yadav

2 0
0

Swapping variable contents using C
/* WAP to swap the content of variables using C*/ //Header files #include<stdio.h>#include<conio.h> //Main function void main(){ //Variable declaration of type integer int a,b,c; //function...

Datatypes in C Language
Data types in C Language Data types specify how we enter data into our programs and what type of data we enter. C language has some predefined set of data types to handle various kinds of data that...

C Program-Upper Case Demo
/*WAP to print the character entered by user in upper case*/ //Header files #include<stdio.h>#include<conio.h> //Main function void main(){ char ch; //Function for clearing screen clrscr(); ...

Recommended Articles

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you