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


Please Help Members By Posting Answers For Below Questions

How will you find a duplicate number in a array without negating the nos ?

1635


Write a program to check armstrong number in c?

630


How many types of arrays are there in c?

587


How many main () function we can have in a project?

603


what is the function of pragma directive in c?

614






What is register variable in c language?

594


What does c mean?

583


What oops means?

572


diff between exptected result and requirement?

1592


A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference

622


How does pointer work in c?

608


What are the two forms of #include directive?

636


Explain a file operation in C with an example.

652


Write a program to use switch statement.

652


How can I remove the leading spaces from a string?

623