main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}
Post New Answer View All Answers
Is c programming hard?
find out largest elemant of diagonalmatrix
Is flag a keyword in c?
How can you read a directory in a C program?
Explain what’s a signal? Explain what do I use signals for?
Is c# a good language?
p*=(++q)++*--p when p=q=1 while(q<=6)
Define the scope of static variables.
Write a program to generate random numbers in c?
Explain how can you be sure that a program follows the ansi c standard?
Is c high or low level?
Distinguish between actual and formal arguments.
How can I run c program?
How do you initialize pointer variables?
What are structure types in C?