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

Answer Posted / sristi

b will print garbage value and c will print 200

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Compare array data type to pointer data type

1085


What are the two types of structure?

1144


write a program to find the given number is prime or not

4844


How do you sort filenames in a directory?

1236


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

1598


Tell me when is a void pointer used?

1239


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

2284


What is the use of void pointer and null pointer in c language?

1167


What is the process of writing the null pointer?

1065


What are the types of operators in c?

1104


Who invented b language?

1476


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

1130


What is context in c?

977


When should we use pointers in a c program?

1196


Write a code to determine the total number of stops an elevator would take to serve N number of people.

1309