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

Answer Posted / a. k

20 1 5

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I get a null pointer in my programs?

619


a value that does not change during program execution a) variabe b) argument c) parameter d) none

695


how could explain about job profile

1451


What is meant by high-order and low-order bytes?

654


differentiate built-in functions and user – defined functions.

626






Can a variable be both constant and volatile?

559


What is chain pointer in c?

603


What language is windows 1.0 written?

573


State two uses of pointers in C?

638


Why is #define used?

790


What is the use of sizeof () in c?

558


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2026


code for quick sort?

1622


How do you determine a file’s attributes?

601


What is dangling pointer in c?

622