#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

Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

4742


What is null pointer in c?

595


write a program in c language to print your bio-data on the screen by using functions.

6251


Is this program statement valid? INT = 10.50;

686


Is c a great language, or what?

604






what do u mean by Direct access files? then can u explain about Direct Access Files?

1642


What is s or c?

598


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

804


How do you sort filenames in a directory?

714


What is the purpose of scanf() and printf() functions?

725


What is bin sh c?

582


How can I implement a delay, or time a users response, with sub-second resolution?

625


In C programming, how do you insert quote characters (‘ and “) into the output screen?

895


what is event driven software and what is procedural driven software?

2017


what will be maximum number of comparisons when number of elements are given?

1410