| |
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.
|
| May 05, 2008 04:27:36 |
#1 |
| hrs1129 |
Member Since: May 2008 Total Comments: 4 |
RE: Tell one difference which is in C and not in C++.Can we pass arguments in main()Difference between static and constant variable. |
yes we can pass arguments if we pass argument ir would become commandline argument. eventhough static and constant variable are common for alla objects the value of static variable can be increased in time being but it cannot be increased in constant variable |
| |
Back To Question | |