main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}
Post New Answer View All Answers
What does & mean in scanf?
write a program to display all prime numbers
When a c file is executed there are many files that are automatically opened what are they files?
Is it possible to initialize a variable at the time it was declared?
Was 2000 a leap year?
How arrays can be passed to a user defined function
What is the difference between int main and void main in c?
Why header files are used?
Using which language Test cases are added in .ptu file of RTRT unit testing???
Are local variables initialized to zero by default in c?
How do I copy files?
Explain about the constants which help in debugging?
What does c mean in standard form?
Explain 'far' and 'near' pointers in c.
Why doesn't C support function overloading?