#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

What is define c?

568


How can I rethow can I return a sequence of random numbers which dont repeat at all?

700


Explain indirection?

637


Why is c called a structured programming language?

671


What are pointers really good for, anyway?

608






What are the advantages of using Unions?

642


Why c is called a middle level language?

632


What are the two types of structure?

567


What are dangling pointers? How are dangling pointers different from memory leaks?

615


regarding pointers concept

1564


What is your stream meaning?

601


What is meant by gets in c?

602


to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?

1563


What does int main () mean?

541


What are the types of type specifiers?

616