int i;
i=2;
i++;
if(i=4)
{
printf(i=4);
}
else
{
printf(i=3);
}
output of the program ?
Answer Posted / raj
hi
frinds they are not compare with i it is error
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the different properties of variable number of arguments?
What are the applications of c language?
What does *p++ do? What does it point to?
How can I dynamically allocate arrays?
Describe wild pointers in c?
Explain high-order and low-order bytes.
Why array is used in c?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Explain built-in function?
Write a program to print “hello world” without using semicolon?
What are the 4 types of functions?
Is c procedural or object oriented?
Is swift based on c?
Why do we use namespace feature?
Is it better to bitshift a value than to multiply by 2?