int i;
i=2;
i++;
if(i=4)
{
printf(i=4);
}
else
{
printf(i=3);
}
output of the program ?
Answer Posted / akbar shan
There Wont be any output for this program.It will show
error.Because 1:inside if "=" is used.2:"printf" cant print
the value
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
how to create duplicate link list using C???
Whats s or c mean?
Explain what is a static function?
Can include files be nested?
What does printf does?
What are local static variables? How can you use them?
Explain logical errors? Compare with syntax errors.
What is getche() function?
Why c is known as a mother language?
List the different types of c tokens?
If errno contains a nonzero number, is there an error?
What is %d used for?
Explain what does a function declared as pascal do differently?
What is pre-emptive data structure and explain it with example?
What does %p mean?