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...


What is main void in c?



What is main void in c?..

Answer / akila

Main function

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is wild pointer in c?

0 Answers  


why 'c' is called middle level language.

2 Answers  


Difference between goto, long jmp() and setjmp()?

0 Answers   EXL,


Is it valid to address one element beyond the end of an array?

0 Answers  


write a c program to print "Welcome" without using semicolon in the whole program ??

15 Answers   Infosys, TCS,


mplementation of stack using any programing language

1 Answers   Marlabs,


what is the return type of printf

3 Answers  


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

0 Answers   Microsoft,


how many key words availabel in c a) 28 b) 31 c) 32

0 Answers  


What is the sizeof () operator?

0 Answers  


char *p="name"; printf(p);

1 Answers  


Write a program to check whether a number is prime or not using c?

0 Answers  


Categories