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
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
How can I get the current date or time of day in a c program?
Explain how can you tell whether a program was compiled using c versus c++?
Why c language?
How do you do dynamic memory allocation in C applications?
How to write a code for reverse of string without using string functions?
Why functions are used in c?
Why clrscr is used in c?
Can we access the array using a pointer in c language?
Explain the meaning of keyword 'extern' in a function declaration.
Explain how can I read and write comma-delimited text?
What is call by reference in functions?
What's the right way to use errno?
How many types of operator or there in c?
What is the use of header?