int i;
i=2;
i++;
if(i=4)
{
printf(i=4);
}
else
{
printf(i=3);
}
output of the program ?
Answer Posted / sathish
output is 3
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What are the main characteristics of c language describe the structure of ac program?
Can include files be nested?
Why does not c have an exponentiation operator?
How to throw some light on the b tree?
What are the difference between a free-standing and a hosted environment?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
What is the difference between volatile and const volatile?
What is difference between && and & in c?
What is #line in c?
What is "Hungarian Notation"?
What is a static function in c?
What does a function declared as pascal do differently?
What is realloc in c?
Why c is called top down?