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
How can I rethow can I return a sequence of random numbers which dont repeat at all?
How does free() know explain how much memory to release?
Is c compiled or interpreted?
What is function prototype?
What is the best way to store flag values in a program?
What is #pragma statements?
Can a local variable be volatile in c?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What Is The Difference Between Null And Void Pointer?
What is wrong with this declaration?
What is clrscr ()?
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?
Describe how arrays can be passed to a user defined function
Is it possible to pass an entire structure to functions?
What is sizeof int in c?