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 |
Can a file other than a .h file be included with #include?
What is pointer & why it is used?
write a progam to display the factors of a given number and disply how many prime numbers are there?
main() { int i; printf("%d",i^i); }
what are the compilation steps? ( i want inside the compiler )
What is signed and unsigned?
What do you mean by dynamic memory allocation in c?
who is the founder of c
19 Answers College School Exams Tests, HP,
What is C language Terminator?
What is the general form of a C program?
Write a program to generate the Fibinocci Series
What is switch in c?