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
What is #define size in c?
What are the 3 types of structures?
What is the deal on sprintf_s return value?
Write a code of a general series where the next element is the sum of last k terms.
What is the difference between far and near ?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What are void pointers in c?
What is the use of getch ()?
What are the benefits of c language?
What is the basic structure of c?
Was 2000 a leap year?
What is the advantage of an array over individual variables?
How to establish connection with oracle database software from c language?
what is the diffrenet bettwen HTTP and internet protocol
what do you mean by inline function in C?