| |
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, 2009 01:19:18 |
#7 |
| yogeswari.km |
Member Since: June 2009 Total Comments: 5 |
RE: Tell one difference which is in C and not in C++.Can we pass arguments in main()Difference between static and constant variable. |
Declaration of struct in C which is not the same as in C++. We cannot pass arguments in main. |
| |
Back To Question | |