#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
What is the difference between local variable and global variable in c?
What is the size of empty structure in c?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What is the difference between functions getch() and getche()?
Why is c platform dependent?
What is queue in c?
Explain the ternary tree?
what is ur strangth & weekness
How to create struct variables?
Is the exit() function same as the return statement? Explain.
What are variables c?
Tell me about low level programming languages.
What is a 'null pointer assignment' error?
How can my program discover the complete pathname to the executable from which it was invoked?
how to create duplicate link list using C???