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
Disadvantages of C language.
How can you increase the size of a dynamically allocated array?
When should you not use a type cast?
Explain how can I right-justify a string?
What is the difference between printf and scanf in c?
Explain why c is faster than c++?
what are # pragma staments?
What is a function in c?
What is linear search?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
code for find determinent of amatrix
Is c is a procedural language?
What is an endless loop?
Describe newline escape sequence with a sample program?
Is that possible to store 32768 in an int data type variable?