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 malloc calloc and realloc in c?
What will the preprocessor do for a program?
What is the difference between strcpy() and memcpy() function in c programming?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Why c is called a middle level language?
What is a method in c?
What functions are used in dynamic memory allocation in c?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What math functions are available for integers? For floating point?
What is meant by type casting?
What is the use of in c?
What is the difference between int main and void main?
Can we declare variables anywhere in c?
How can you allocate arrays or structures bigger than 64K?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above