int i;
i=2;
i++;
if(i=4)
{
printf(i=4);
}
else
{
printf(i=3);
}
output of the program ?
Answer Posted / fwfwgq
It will give segmentation fault in linux
Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
Why pointers are used in c?
Explain can you assign a different address to an array tag?
diff between exptected result and requirement?
What is the use of header files?
What is function in c with example?
What is pointer to pointer in c with example?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
All technical questions
Why do we use & in c?
Differentiate between full, complete & perfect binary trees.
Explain what is the benefit of using #define to declare a constant?
how is the examination pattern?
What are control structures? What are the different types?
Do you know the purpose of 'register' keyword?
Differentiate between the expression “++a” and “a++”?