main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}
what is the output?
Post New Answer View All Answers
What is void c?
What are the features of c language?
What is the newline escape sequence?
Explain void pointer?
What is a pointer on a pointer in c programming language?
Is malloc memset faster than calloc?
In a header file whether functions are declared or defined?
How do we declare variables in c?
What is property type c?
Write a Program to find whether the given number or string is palindrome.
Is it valid to address one element beyond the end of an array?
What is the best way of making my program efficient?
What kind of structure is a house?
Is swift based on c?
Array is an lvalue or not?