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

How can I rethow can I return a sequence of random numbers which dont repeat at all?

956


How does free() know explain how much memory to release?

805


Is c compiled or interpreted?

877


What is function prototype?

776


What is the best way to store flag values in a program?

762


What is #pragma statements?

823


Can a local variable be volatile in c?

755


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

806


What Is The Difference Between Null And Void Pointer?

845


What is wrong with this declaration?

830


What is clrscr ()?

853


Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?

2267


Describe how arrays can be passed to a user defined function

1000


Is it possible to pass an entire structure to functions?

747


What is sizeof int in c?

814