The file stdio.h, what does it contain?


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

Post New Answer

More C Interview Questions

Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5

3 Answers  


Can you please explain the difference between exit() and _exit() function?

0 Answers  


‎How to define structures? · ‎

0 Answers  


what is difference between #include<stdio.h> and #include"stdio.h"

4 Answers  


What is a nested formula?

0 Answers  






9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?

4 Answers   L&T,


explain what are actual arguments?

0 Answers  


what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7

4 Answers   TCS,


what is object oriental programing?

1 Answers  


What is the difference between malloc() and calloc()?

0 Answers  


Is c procedural or functional?

0 Answers  


Will Macros support multiple arguments ?

7 Answers   Oracle,


Categories