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


Please Help Members By Posting Answers For Below Questions

What are valid operations on pointers?

675


Difference between macros and inline functions? Can a function be forced as inline?

718


What are examples of structures?

601


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

15517


Explain the use of #pragma exit?

703






Differentiate between #include<...> and #include '...'

621


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

649


Explain what is page thrashing?

616


What are the application of void data type in c?

729


What is the use of ?

628


which type of aspect you want from the student.

1704


What is c preprocessor mean?

797


How do you do dynamic memory allocation in C applications?

634


Explain logical errors? Compare with syntax errors.

633


Explain what will the preprocessor do for a program?

607