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 i=400,j=300;
printf("%d..%d");
}

Answer Posted / muthu

It prints only garbage value, since the variables x and y
were not metioned out side the bracket

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

1650


What is the code for 3 questions and answer check in VisualBasic.Net?

2209


Do array subscripts always start with zero?

1370


Why header file is used in c?

1162


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

1108


What is the benefit of using an enum rather than a #define constant?

1323


What is the difference between exit() and _exit() function in c?

1131


What are examples of structures?

1189


Sir i need notes for structure,functions,pointers in c language can you help me please

2463


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

2858


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

1068


Explain what is the difference between the expression '++a' and 'a++'?

1266


Explain how do you use a pointer to a function?

1161


Why void is used in c?

1064


What are local static variables?

1210