main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}
what is the output?
Answer Posted / mannucse
5
20
5
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
Explain what are multidimensional arrays?
How can I open files mentioned on the command line, and parse option flags?
program to convert a integer to string in c language'
Describe explain how arrays can be passed to a user defined function
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Differentiate between new and malloc(), delete and free() ?
Is struct oop?
Differentiate between null and void pointers.
Why do we use return in c?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Do variables need to be initialized?
What are the advantages and disadvantages of pointers?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What are all different types of pointers in c?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?