Describe the header file and its usage in c programming?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?

3 Answers   Broadcom, TCS,


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 is the use of fflush() function?

2 Answers  


What do you understand by friend-functions? How are they used?

0 Answers   iNautix,


in which language c language is written?

2 Answers  






Explain what are binary trees?

0 Answers  


# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none

7 Answers   Microsoft, TCS,


difference between the array and linked list general difference related to memory

2 Answers  


count the numbers between 100 and 300, that star with 2 and ends with 2

5 Answers   Mind Tree,


while initialization of array why we use a[][2] why not a[2][]...?

0 Answers   Aptech,


Program to display given 3 integers in ascending order

1 Answers   N Tech,


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

0 Answers  


Categories