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 / k siva sindhu
1
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is 02d in c?
What is the difference between far and near in c?
What is difference between static and global variable in c?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
How many bytes is a struct in c?
What is the value of uninitialized variable in c?
What does node * mean?
What is d scanf?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Why main is not a keyword in c?
What is merge sort in c?
What is ctrl c called?
What is variable in c example?
Explain what is the best way to comment out a section of code that contains comments?
What are the 3 types of structures?