What should not contain a header file?

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


Please Help Members By Posting Answers For Below Questions

What is dangling pointer in c?

618


What is a memory leak? How to avoid it?

571


What are different types of operators?

594


What is the size of array float a(10)?

655


What is getch() function?

649






How are Structure passing and returning implemented by the complier?

714


Why does everyone say not to use gets?

605


The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

2928


Why is %d used in c?

562


Explain the difference between malloc() and calloc() function?

598


What is keyword in c?

602


What are the different types of errors?

639


How to create struct variables?

590


How can I trap or ignore keyboard interrupts like control-c?

620


In C programming, how do you insert quote characters (‘ and “) into the output screen?

893