main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}
what is the output?
Answers were Sorted based on User's Feedback
Answer / dgsfg
5
20
1
kuchh log pagal hain
%d aur int datatype main float value print karate hain(1.25)
hehehehe........
| Is This Answer Correct ? | 2 Yes | 8 No |
write a program that will print %d in the output screen??
What is a char c?
What are void pointers in c?
What is the Difference between Macro and ordinary definition?
3 Answers Bosch, Cognizant, College School Exams Tests, Motorola,
Find greatest of two numbers using macro
What is array of structure in c programming?
what is the role you expect in software industry?
What is the difference between the = symbol and == symbol?
write a program to print %d ?
write a program to print largest number of each row of a 2D array
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
why we wont use '&' sing in aceesing the string using scanf