Answer Posted / laxman
header file should contain only declarations and structure
templates.It should not contain function definitions.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Implement bit Array in C.
what are enumerations in C
Ow can I insert or delete a line (or record) in the middle of a file?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
Differentiate between the expression “++a” and “a++”?
What are high level languages like C and FORTRAN also known as?
What is the easiest sorting method to use?
Does free set pointer to null?
Explain why can’t constant values be used to define an array’s initial size?
How arrays can be passed to a user defined function
What are c preprocessors?
how we can make 3d venturing graphics on outer interface
What is use of pointer?
Explain about the functions strcat() and strcmp()?
What is console in c language?