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

main()
{
int a;
a=++100;
printf("%d",a);
getch();
}

Answer Posted / vennila

error, a value should be initialised

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are void pointers in c?

1062


What is difference between structure and union in c programming?

1174


Explain how can I remove the trailing spaces from a string?

1104


How do you generate random numbers in C?

1246


What is a struct c#?

1100


What is the default value of local and global variables in c?

1099


What is identifier in c?

1063


Explain about the functions strcat() and strcmp()?

1095


What does != Mean in c?

1094


Explain logical errors? Compare with syntax errors.

1128


What is sizeof c?

1122


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(); }

2352


What is malloc calloc and realloc in c?

1426


What is scope rule of function in c?

1149


When c language was developed?

1105