Answer Posted / nashiinformaticssolutions
The #include directive is used to include header files in a program. For example, #include<stdio.h> includes the standard input-output library.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is else if ladder?
What the advantages of using Unions?
Is c# a good language?
How can I implement sets or arrays of bits?
What is sizeof int in c?
Which header file is used for clrscr?
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 are the types of i/o functions?
How can I run c program?
Define the scope of static variables.
What does sizeof int return?
What is omp_num_threads?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
Can you define which header file to include at compile time?
Explain what header files do I need in order to define the standard library functions I use?