how does a main() in C++ is different from main() in C?
Answer Posted / jit
In C if we write a program like
int main()
{
static int i = 5;
if (--i){
printf("%d ", i);
main(10);
}
}
It works but not in C++
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is encapsulation process?
What is multilevel inheritance explain with example?
What is difference between abstraction and encapsulation?
any one please tell me the purpose of operator overloading
write a program that takes input in digits and display the result in words from 1 to 1000
hi all..i want to know oops concepts clearly can any1 explain??
What is stream in oop?
What is constructor in oop?
What is the significance of classes in oop?
Why it is called runtime polymorphism?
What is multilevel inheritance in oop?
What are properties in oop?
what is graphics
What is persistence in oop?