EXPLAIN #INCLUDE<STDIO.H>
EXPLAIN #INCLUDE<CONIO.H>
Answer Posted / deepak kumar dhurve
stdio.h => (standard Input Output Header File) generally used for Inonu Output and some standard function used in.
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
How can I split up a string into whitespace-separated fields?
How do you define structure?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
How do I determine whether a character is numeric, alphabetic, and so on?
If fflush wont work, what can I use to flush input?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What is use of #include in c?
What is integer constants?
How can I open files mentioned on the command line, and parse option flags?
code for replace tabs with equivalent number of blanks
Who developed c language and when?
can any one provide me the notes of data structure for ignou cs-62 paper
Is c language still used?
What is d scanf?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.