Why use int main instead of void main?


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

Post New Answer

More C Interview Questions

What is the difference between abs() and fabs() functions?

0 Answers  


What are void pointers in c?

0 Answers  


What are loops c?

0 Answers  


how to capitalise first letter of each word in a given string?

0 Answers  


What are the languages are portable and platform independent?Why they are like that?

1 Answers   Excel, Satyam,






1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.

4 Answers  


why u join this call center?

6 Answers   DELL,


#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }

1 Answers  


What are types of structure?

0 Answers  


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

0 Answers  


How do I convert a string to all upper or lower case?

0 Answers  


What is the meaning of ?

0 Answers  


Categories