Is there something that we can do in C and not in C++?
Answer Posted / guest
Theoratically it is being said that we cannot call main
recursively(main caling main) in c++, but practically it can
be done.
whereas in c, we can call main in main.
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
How many standards of c++ are there?
What is the purpose of extern storage specifier?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
what is multi-threading in C++?
What is the difference between global int and static int declaration?
How do you find out if a linked-list has an end?
If all is successful, what should main return a) 0 b) 1 c) void
What does flush do?
What is the difference between global variables and static varables?
What is #include ctype h in c++?
What is decltype c++?
Is swift better than c++?
What is implicit pointer in c++?
What does flush do c++?
What is the header file for setw?