What is the difference between int main and void main?


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

Post New Answer

More C Interview Questions

a program that can input number of records and can view it again the record

0 Answers   Accenture,


What is the Lvalue and Rvalue?

2 Answers  


How can I generate floating-point random numbers?

0 Answers  


how to write palindrome program?

3 Answers  


why do we use # in c-language?

1 Answers  






what will be the output: main(){char ch;int a=10;printf("%d",ch);}

36 Answers   Accenture, TCS, Wipro,


write a program to concatenation the string using switch case?

0 Answers  


what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(ā€œ %d\nā€,sum); } what is the difference between a=10 and a=010??

3 Answers   Oracle,


please give code for this 1 2 4 7 11 16

11 Answers   Intel, Wipro,


what is the difference between <stdio.h> and "stdio.h"

14 Answers   Invendis, Kanbay, Mastek, MathWorks,


How can I copy just a portion of a string?

0 Answers  


what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);

4 Answers   TCS,


Categories