#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 preprocessor with example?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
How can I use a preprocessorif expression to ?
What is volatile c?
Write a program to check whether a number is prime or not using c?
Write a progarm to find the length of string using switch case?
What is difference between array and pointer in c?
How do I get an accurate error status return from system on ms-dos?
What is break in c?
how to construct a simulator keeping the logical boolean gates in c
What is dangling pointer in c?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
What is volatile keyword in c?