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


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



#include<stdio.h> int main( ) { Int..

Answer / sristi

b will print garbage value and c will print 200

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Interview Questions

If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

0 Answers  


what is the use of c program?

4 Answers   Synergy, Web Synergies,


What is an object?

5 Answers  


If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?

6 Answers   Hughes,


Explain what is the benefit of using #define to declare a constant?

0 Answers  


What is the difference between calloc() and realloc()?

1 Answers  


how can use subset in c program and give more example

0 Answers  


What is the correct code to have following output in c using nested for loop?

0 Answers  


Why do we use return in c?

0 Answers  


what is c?

4 Answers   IBM, TCS,


What is binary tree in c?

0 Answers  


Explain what math functions are available for integers? For floating point?

0 Answers  


Categories