int i;
i=2;
i++;
if(i=4)
{
printf(i=4);
}
else
{
printf(i=3);
}
output of the program ?
Answer Posted / asdf
un predictable
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you understand by normalization of pointers?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
what will be the output for the following main() { printf("hi" "hello"); }
Why c is called a middle level language?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
shorting algorithmS
What is volatile variable in c?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Explain bitwise shift operators?
What is bubble sort in c?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
Explain data types & how many data types supported by c?
If you know then define #pragma?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above