Answer Posted / rajasekhar
In c the header files get included along with the users code ultimately increases the size of the program..
where as in cpp the header files are do not include , but the objects navigates between library files and users code
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is #include stdio h?
When was c language developed?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is wrong in this statement? scanf(ā%dā,whatnumber);
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Find MAXIMUM of three distinct integers using a single C statement
Differentiate between #include<...> and #include '...'
why we wont use '&' sing in aceesing the string using scanf
Where are the auto variables stored?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Write a program to find factorial of a number using recursive function.
Place the #include statement must be written in the program?
What is gets() function?
What does the format %10.2 mean when included in a printf statement?
Is there a built-in function in C that can be used for sorting data?