int i;
i=2;
i++;
if(i=4)
{
printf(i=4);
}
else
{
printf(i=3);
}
output of the program ?
Answer Posted / ssssssssss
output
3
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
Can a pointer be null?
Why c is called a middle level language?
Differentiate between full, complete & perfect binary trees.
Why c is called top down?
what is the syallabus of computer science students in group- 1?
Is Exception handling possible in c language?
What is malloc return c?
What functions are in conio h?
What math functions are available for integers? For floating point?
What is union in c?
What is zero based addressing?
Is fortran still used in 2018?
What is uint8 in c?
Find MAXIMUM of three distinct integers using a single C statement
How can I send mail from within a c program?