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 can we check whether the contents of two structure variables are same or not?
What is pure virtual function? Or what is abstract class?
What is lvalue?
What is an inclusion guard?
What is pointer -to-members in C++? Give their syntax?
Can we change the basic meaning of an operator in c++?
Give 10 points of differences between C & C++.
If a function doesn’t return a value, how do you declare the function?
If there are two catch statements, one for base and one for derived, which should come first?
Define friend function.
What is the difference between the compiler and the preprocessor?
Write is a binary search tree? Write an algo and tell complexity?
Can we get the value of ios format flags?
What is switch case in c++ syntax?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?