What is the output of following program ?

int
main()
{
int x = 5;
printf("%d %d %d\n", x, x << 2, x >> 2);
}

Answer Posted / qint

5 20 1

Is This Answer Correct ?    72 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the meaning of && in c?

634


why wipro wase

1921


What is enumerated data type in c?

740


Tell me about low level programming languages.

732


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

1019






How do you use a pointer to a function?

730


Why is main function so important?

713


What is pass by value in c?

684


What are the types of unary operators?

768


What is a wrapper function in c?

698


What do you mean by a sequential access file?

717


What happens if header file is included twice?

770


What is the use of void pointer and null pointer in c language?

720


What is the size of structure in c?

791


What is maximum size of array in c?

676