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 are bit fields? What is the use of bit fields in a structure declaration?

0 Answers   Flextronics, TISL, Virtusa,


why we wont use '&' sing in aceesing the string using scanf

0 Answers   HCL,


consider the following structure: struct num nam{ int no; char name[25]; }; struct num nam n1[]={{12,"Fred"},{15,"Martin"},{8,"Peter"},{11,Nicholas"}}; ..... ..... printf("%d%d",n1[2],no,(*(n1 + 2),no) + 1); What does the above statement print? a.8,9 b.9,9 c.8,8 d.8,unpredictable value

4 Answers   TCS,


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

0 Answers  


What is volatile variable in c?

0 Answers  






if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')

23 Answers  


What is indirect recursion? give an example?

4 Answers  


Is main an identifier in c?

0 Answers  


Explain what is the benefit of using enum to declare a constant?

0 Answers  


What is the Difference between Macro and ordinary definition?

3 Answers   Bosch, Cognizant, College School Exams Tests, Motorola,


write a program for even numbers?

19 Answers   TCS,


How can you determine the size of an allocated portion of memory?

0 Answers   Aspire, Infogain,


Categories