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 |
Why main is not a keyword in c?
What is unary operator?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]
when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .
What are types of functions?
Explain what is page thrashing?
void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }
Explain how can a program be made to print the line number where an error occurs?
Differentiate between a structure and a union.
create an SINGLE LINKED LISTS and reverse the data in the lists completely
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,