| |
GeekInterview.com > Placement Papers > TCS > C
| Print | |
Question: Tell one difference which is in C and not in C++.
Can we pass arguments in main()
Difference between static and constant variable.
|
| June 06, 2008 02:42:40 |
#3 |
| sibarama.panigrahi |
Member Since: June 2008 Total Comments: 2 |
RE: Tell one difference which is in C and not in C++.Can we pass arguments in main()Difference between static and constant variable. |
In C program divide into number of sub-parts called function. In C++ program divide into number of sub-parts called methods. |
| |
Back To Question | |