main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}
Answer Posted / vignesh1998i
oh oh , sorry , i didnt see the value of x is 5....
4 4 1
than k u
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
Why c is called free form language?
Explain can you assign a different address to an array tag?
Is void a keyword in c?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
What are header files? What are their uses?
Explain what is the benefit of using enum to declare a constant?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
What is the function of this pointer?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Explain about block scope in c?
which is an algorithm for sorting in a growing Lexicographic order
What are types of functions?
How can I copy just a portion of a string?
What is c method?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon