What is the difference b/w main() in C language and main()
in C++.
Answer Posted / ayush
there is no difference b/w in c & c++ in main() function.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What does %p mean?
How do you list a file’s date and time?
What is getch() function?
is it possible to create your own header files?
What is the return type of sizeof?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
How was c created?
Describe the modifier in c?
Is fortran faster than c?
What is a structural principle?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What are the 4 data types?
why return type of main is not necessary in linux
I have a varargs function which accepts a float parameter?