which header file contains main() function in c?
Answer Posted / guest
#include<stdio.h>
| Is This Answer Correct ? | 15 Yes | 27 No |
Post New Answer View All Answers
What is the general form of function in c?
How do you define structure?
How pointer is different from array?
How can variables be characterized?
What is wrong with this code?
How can you increase the allowable number of simultaneously open files?
What is a nested loop?
What is use of #include in c?
Tell me is null always defined as 0(zero)?
What is self-referential structure in c programming?
Explain the concept and use of type void.
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
Explain what is the difference between text files and binary files?
how many errors in c explain deply
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?