main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}
what is the output?
Answer Posted / vishwateja
5,20,1
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
how can use subset in c program and give more example
What is 'bus error'?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
What is signed and unsigned?
Why do we need arrays in c?
What is scanf () in c?
What is file in c language?
What is fflush() function?
Does c have an equivalent to pascals with statement?
What are header files in c?
how to capitalise first letter of each word in a given string?
What are the two types of functions in c?
What is chain pointer in c?
How are variables declared in c?
What do you mean by c what are the main characteristics of c language?