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...


How Many Header Files in c?

Answers were Sorted based on User's Feedback



How Many Header Files in c?..

Answer / public

52

Is This Answer Correct ?    17 Yes 2 No

How Many Header Files in c?..

Answer / rajamallu

29

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

How can I use a preprocessorif expression to ?

0 Answers  


how do you programme Carrier Sense Multiple Access

0 Answers  


what is the difference between definition and declaration? give me some examples.

2 Answers   TCS,


Was 2000 a leap year?

0 Answers  


What is string length in c?

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,


write a program to convert a expression in polish notation (postfix) to inline (normal)

0 Answers   Siemens,


int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }

2 Answers  


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

0 Answers  


Explain what is output redirection?

0 Answers  


#include<stdio.h> main() { int a[3]; int *I; a[0]=100;a[1]=200;a[2]=300; I=a; Printf(“%d\n”, ++*I); Printf(“%d\n”, *++I); Printf(“%d\n”, (*I)--); Printf(“%d\n”, *I); } what is the o/p a. 101,200,200,199 b. 200,201,201,100 c. 101,200,199,199 d. 200,300

4 Answers   Tieto,


What's wrong with "char *p = malloc(10);" ?

4 Answers  


Categories