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 pre-emptive data structure and explain it with example?
Can you explain the four storage classes in C?
What are the properties of union in c?
write a program to find the given number is prime or not
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Who invented bcpl language?
Why c is procedure oriented?
Write a program to know whether the input number is an armstrong number.
Write a code to remove duplicates in a string.
Why are algorithms important in c program?
What is the use of sizeof?
What are the different types of errors?
What is a program flowchart?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What is the total generic pointer type?