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
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
List the different types of c tokens?
What is non linear data structure in c?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is "Hungarian Notation"?
Can you write a programmer for FACTORIAL using recursion?
What is structure in c explain with example?
What is the use of sizeof () in c?
Write a program that accept anumber in words
What are the 4 types of organizational structures?
How important is structure in life?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What is the heap?
Explain the use of function toupper() with and example code?
Differentiate between full, complete & perfect binary trees.