I heard that you have to include stdio.h before calling printf. Why?


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

Post New Answer

More C Interview Questions

what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits

2 Answers   Wipro,


i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement

5 Answers  


get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement

3 Answers  


How will you allocate memory to double a pointer?

1 Answers  


How can I direct output to the printer?

0 Answers  






extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }

2 Answers  


why do we use # in c-language?

1 Answers  


Explain enumerated types.

0 Answers  


What is type qualifiers?

0 Answers  


What is the meaning of 2d in c?

0 Answers  


the data type used for unlimited value in c and how to do this program

1 Answers  


What is the OOPs concept?

3 Answers  


Categories