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

What header files do I need in order to define the standard library functions I use?

543


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

1895


How can I write a function that takes a format string and a variable number of arguments?

607


What are comments and how do you insert it in a C program?

746


What is the advantage of c?

613






Explain that why C is procedural?

662


What is meant by realloc()?

680


How many types of operators are there in c?

621


Why does the call char scanf work?

622


What is pragma c?

619


Describe the modifier in c?

607


How can I read and write comma-delimited text?

625


What is auto keyword in c?

792


What is use of integral promotions in c?

668


What is quick sort in c?

588