#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

An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

0 Answers  


What is the use of function in c?

0 Answers  


Can one function call another?

0 Answers  


What do you mean by scope of a variable in c?

0 Answers  


Why clrscr is used after variable declaration?

0 Answers  






What is substring in c?

0 Answers  


how to swap 2 numbers within a single statement?

4 Answers  


can a union be self-referenced?

1 Answers  


write c program without semicolon

11 Answers   MindTech, TCS, Wipro,


ATM machine and railway reservation class/object diagram

0 Answers   Zycus Infotech,


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

0 Answers  


print a "hello" word without using printf n puts in c language

6 Answers  


Categories