What should not contain a header file?

Answers were Sorted based on User's Feedback



What should not contain a header file?..

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

What should not contain a header file?..

Answer / 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

More C Interview Questions

write a function to find whether a string is palindrome or not and how many palindrome this string contain?

2 Answers   Aptech,


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

0 Answers   CSC, Wipro,


How do I copy files?

0 Answers  


Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.

4 Answers   Persistent, Subex,


What is the difference between far and near ?

0 Answers  






please give me some tips for the placement in the TCS.

0 Answers   TCS,


out put of printf(ā€œ%dā€,printf(ram));

5 Answers  


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

0 Answers  


What are identifiers and keywords in c?

0 Answers  


Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?

8 Answers   Mascot, TCS,


How the processor registers can be used in C ?

7 Answers   HP,


What is ambagious result in C? explain with an example.

0 Answers   Infosys,


Categories