| |
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:44:49 |
#4 |
| 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.
es we can pass argumentsin commandline. |
| |
Back To Question | |