Explain what header files do I need in order to define the standard library functions I use?


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

Post New Answer

More C Interview Questions

In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

0 Answers   Wipro,


Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"

1 Answers  


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

0 Answers  


Explain 'far' and 'near' pointers in c.

0 Answers  


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

0 Answers  


Write a program to add a given duration with time(24hrs format)

1 Answers   Protech,


Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...

4 Answers   TCS,


what is a pointer

4 Answers   Bank Of America, TCS,


#define f(x) main() { printf("\n%d",f(2+2)); }

5 Answers  


What is enumerated data type in c?

0 Answers  


What is array of structure in c?

0 Answers  


Write a program to generate prime factors of a given integer?

9 Answers   Microsoft,


Categories