int i;
i=2;
i++;
if(i=4)
{
printf(i=4);
}
else
{
printf(i=3);
}
output of the program ?

Answer Posted / ssssssssss

output
3

Is This Answer Correct ?    5 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only

580


i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....

1514


What is #define in c?

609


What is FIFO?

666


Not all reserved words are written in lowercase. TRUE or FALSE?

717






in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

589


What is the meaning of && in c?

543


What are the scope of static variables?

596


Can include files be nested?

619


How do you sort filenames in a directory?

700


What is the size of structure pointer in c?

606


What is the explanation for prototype function in c?

562


What is c token?

599


What are type modifiers in c?

615


Difference between Function to pointer and pointer to function

623