GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  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