int i;
i=2;
i++;
if(i=4)
{
printf(i=4);
}
else
{
printf(i=3);
}
output of the program ?
Answer Posted / sathish
output is 3
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What are the uses of a pointer?
What are directives in c?
What is getch () for?
How do we make a global variable accessible across files? Explain the extern keyword?
Explain the difference between getch() and getche() in c?
what is the role you expect in software industry?
If null and 0 are equivalent as null pointer constants, which should I use?
Why do we use null pointer?
What are the types of variables in c?
why wipro wase
How do you use a pointer to a function?
Are there constructors in c?
What are the different data types in C?
What is c language used for?
Write program to remove duplicate in an array?