Why do we use int main instead of void main in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Disadvantages of C language.

0 Answers   Impetus,


Why isnt there a numbered, multi-level break statement to break out

0 Answers  


What are advantages and disadvantages of recursive calling ?

12 Answers   College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,


struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]

3 Answers  


what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it

5 Answers   DIT,






List the variables are used for writing doubly linked list program.

0 Answers   Infosys, Wipro,


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers  


c program to arrange digits in a no in ascending and descending order

1 Answers  


What is infinite loop?

0 Answers  


can we print any string without using terminator?

2 Answers   Infosys, TCS,


What is bubble sort technique in c?

0 Answers  


can a union be self-referenced?

1 Answers  


Categories