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
Is this job good for future? can do this job post grduate student?
What is encapsulation and abstraction? How are they implemented in C++?
what's the basic's in dot net
what is graphics
What is the problem with multiple inheritance?
• What are the desirable attributes for memory managment?
What is oops with example?
i got a backdoor offer in process global,Bangalore..Can i work with it?
Which is not an object oriented programming language?
What is a null tree?
Why do while loop is used?
Why multiple inheritance is not allowed?
What is the difference between abstraction and polymorphism?
What is byval and byref? What are differences between them?
What is encapsulation in oops?