Answer Posted / mohit chawla
Header is preprocessor directive that is used to include some
predefind function and properties declared in some predefined
header files
Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Tell us two differences between new () and malloc ()?
What is difference between %d and %i in c?
What is malloc calloc and realloc in c?
what is the height of tree if leaf node is at level 3. please explain
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What is the usage of the pointer in c?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What is scanf_s in c?
What is the symbol indicated the c-preprocessor?
What are register variables? What are the advantage of using register variables?
Ow can I insert or delete a line (or record) in the middle of a file?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What are c identifiers?
code for quick sort?