int i;
i=2;
i++;
if(i=4)
{
printf(i=4);
}
else
{
printf(i=3);
}
output of the program ?
Answer Posted / gowtham
answer is three
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What is a char c?
What happens if header file is included twice?
What are disadvantages of C language.
What is assert and when would I use it?
What is the size of structure in c?
hi, which software companys will take,if d candidate's % is jst 55%?
What is exit() function?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What is identifier in c?
What is pre-emptive data structure and explain it with example?
What is structure pointer in c?
What are structure members?
What does a function declared as pascal do differently?
Why c is a procedural language?
Differentiate abs() function from fabs() function.