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 |
Add Two Numbers Without Using the Addition Operator
Write a program for finding factorial of a number.
What is .obj file in c?
write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?
Why we use void main in c?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
how to introdu5ce my self in serco
write a program to print the one dimensional array.
Explain the array representation of a binary tree in C.
Why c is called procedure oriented language?
What is the difference between %d and %i?
Write a program to print factorial of given number using recursion?