main()
{
int a=5;
printf(?%d,%d,%d\n?,a,a< <2,a>>2);
}
Answer: 5,20,1 please explain this code in detail
Answer Posted / ganeshuit
hey please tell me why there is ? sign in printf().and what
is use of it?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why & is used in c?
What is f'n in math?
What are valid operations on pointers?
What does printf does?
Why c is called a mid level programming language?
How to create struct variables?
Write a program which returns the first non repetitive character in the string?
Write a code to generate a series where the next element is the sum of last k terms.
what is recursion in C
What is the code for 3 questions and answer check in VisualBasic.Net?
main() { printf("hello"); fork(); }
Can we assign integer value to char in c?
What is the use of pragma in embedded c?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What is the difference between array and pointer in c?