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 stack in c?
What is a substring in c?
What math functions are available for integers? For floating point?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
How can I recover the file name given an open stream?
What is pointer to pointer in c with example?
What are logical errors and how does it differ from syntax errors?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
Explain what is the difference between far and near ?
What is const volatile variable in c?
Hai what is the different types of versions and their differences
What are the different categories of functions in c?
Array is an lvalue or not?
What is a lookup table in c?
What is indirection in c?