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 |
difference between object file and executable file
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
How can I find leaf node with smallest level in a binary tree?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
write a c programme for add of two numbers with out use of arthematic operators
What is d'n in c?
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
What is volatile keyword in c?
What is the use of ?
Which one would you prefer - a macro or a function?