Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Why main is not a keyword in c?

0 Answers  


What is unary operator?

0 Answers  


in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?

2 Answers   NetApp,


struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]

3 Answers  


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 .

4 Answers  


What are types of functions?

0 Answers  


Explain what is page thrashing?

0 Answers  


void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }

5 Answers  


Explain how can a program be made to print the line number where an error occurs?

0 Answers  


Differentiate between a structure and a union.

0 Answers   Zensar,


create an SINGLE LINKED LISTS and reverse the data in the lists completely

3 Answers  


Find string palindrome 10marks

5 Answers   Honeywell, Infosys, Riktam, Roland,


Categories