Answer Posted / ada
Head file should not contain defining instances of global
variables and function bodies.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do we open a binary file in Read/Write mode in C?
What is typeof in c?
How will you write a code for accessing the length of an array without assigning it to another variable?
What are categories used for in c?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What are # preprocessor operator in c?
What are the usage of pointer in c?
How will you divide two numbers in a MACRO?
What is a good data structure to use for storing lines of text?
What are 'near' and 'far' pointers?
What is the process to generate random numbers in c programming language?
What is the -> in c?
What is variable initialization and why is it important?
what are # pragma staments?
Explain the difference between malloc() and calloc() function?