What is the difference b/w main() in C language and main()
in C++.
Answer Posted / ayush jindal
in c & c++
the main difference is that "c" is based on top to bottom
approach.in "c"languge the header file is used as
#include<stdio.h> its also programable language.
& in c++ is based on bottom upto top approach. in c++ the
header file is used as #include<iostream.h> is used. is
also based on "object oriented program".
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What is a class c rental property?
What is the value of c?
Is there a way to switch on strings?
What is the general form of #line preprocessor?
How many types of errors are there in c language? Explain
What is the Purpose of 'extern' keyword in a function declaration?
Explain how does free() know explain how much memory to release?
i got 75% in all semester am i eligible for your company
#include
What are data types in c language?
Explain how do you print an address?
What is the acronym for ansi?
Can we declare variable anywhere in c?
What is typedef?
What are the 4 data types?