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


Please Help Members By Posting Answers For Below Questions

What is the total generic pointer type?

716


Is it possible to have a function as a parameter in another function?

592


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

549


How are 16- and 32-bit numbers stored?

717


Explain how do you view the path?

644






What do you know about the use of bit field?

602


How is pointer initialized in c?

577


Explain the difference between malloc() and calloc() function?

594


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

15480


5 Write an Algorithm to find the maximum and minimum items in a set of ā€˜nā€™ element.

1576


What is structure in c language?

610


What are reserved words?

643


Why does this code crash?

610


Explain how can I convert a string to a number?

636


Why do we use namespace feature?

573