Answer Posted / laxman
header file should contain only declarations and structure
templates.It should not contain function definitions.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is pass by reference in c?
Where are c variables stored in memory?
What is a structure member in c?
Write a program to generate random numbers in c?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is the difference between NULL and NUL?
Can 'this' pointer by used in the constructor?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
For what purpose null pointer used?
Why header file is used in c?
What do you mean by command line argument?
What functions are in conio h?
what are bit fields? What is the use of bit fields in a structure declaration?
What does a function declared as pascal do differently?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above