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
When was c language developed?
What is a far pointer in c?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
What is the use of void pointer and null pointer in c language?
Write a program to implement queue.
Explain the use of function toupper() with and example code?
What is the difference between break and continue?
What is an arrays?
How to write a multi-statement macro?
Write a program which returns the first non repetitive character in the string?
What are the types of type qualifiers in c?
can we change the default calling convention in c if yes than how.........?
Explain how do you determine the length of a string value that was stored in a variable?
How do you convert strings to numbers in C?
Why should I use standard library functions instead of writing my own?