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


Please Help Members By Posting Answers For Below Questions

Explain spaghetti programming?

678


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

2587


What is far pointer in c?

801


How can I list all of the predefined identifiers?

571


c program for searching a student details among 10 student details

1646






Explain heap and queue.

575


What do you mean by recursion in c?

619


What are pointers? Why are they used?

625


What is infinite loop?

621


How do I create a directory? How do I remove a directory (and its contents)?

599


What is logical error?

597


What is the significance of an algorithm to C programming?

588


Explain is it better to bitshift a value than to multiply by 2?

705


How can I sort more data than will fit in memory?

619


What are structures and unions? State differencves between them.

605