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 |
Explain 'bit masking'?
What does s c mean on snapchat?
What are Storage Classes in C ?
32 Answers CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,
Explain the difference between null pointer and void pointer.
WHAT IS MEANT BY LIFE?
how to find your architecture is LittleEndian or BigEndian?
please send me papers for Dy. manager IT , PNB. it would be a great help for me.
pierrot's divisor program using c or c++ code
What is an anonymous union and where to apply that ?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
How do you print an address?
If I have a char * variable pointing to the name of a function ..