Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Is null always equal to 0(zero)?

0 Answers  


#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }

3 Answers   VB,


What will be result of the following program? void myalloc(char *x, int n) { x= (char *)malloc(n*sizeof(char)); memset(x,\0,n*sizeof(char)); } main() { char *g="String"; myalloc(g,20); strcpy(g,"Oldstring"); printf("The string is %s",g); } a) The string is : String b) Run time error/Core dump c) The string is : Oldstring d) Syntax error during compilation e) None of these

3 Answers   IBM,


what is the diference between pointer to the function and function to the pointer?

2 Answers   Infosys,


Which is the best sort method for library management?

1 Answers   Microsoft,


can we initialize all the members of union?

2 Answers  


how to find string length wihtout using c function?

6 Answers  


say the following declaration is correct nr not. int b=a,n=0;

4 Answers   Wipro,


Write a program to check armstrong number in c?

0 Answers  


program to find a smallest number in an array

15 Answers   Microsoft, Sony,


Write a program to show the change in position of a cursor using c

0 Answers  


HOW TO HANDLE EXCEPTIONS IN C

8 Answers  


Categories