What should not contain a header file?
Answers were Sorted based on User's Feedback
Answer / laxman
header file should contain only declarations and structure
templates.It should not contain function definitions.
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / ada
Head file should not contain defining instances of global
variables and function bodies.
| Is This Answer Correct ? | 1 Yes | 1 No |
What is c definition?
Is c still used in 2019?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What is the difference between strcpy() and memcpy() function in c programming?
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
Implement bit Array in C.
code for find determinent of amatrix
What header files do I need in order to define the standard library functions I use?
What’s a signal? Explain what do I use signals for?
Explain low-order bytes.
explain what are pointers?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]