main()
{
int a=4,b=2;
a=b<<a + b>>2;
printf("%d", a);
}
Answers were Sorted based on User's Feedback
How can I read a binary data file properly?
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
write a recursive program in'c'to find whether a given five digit number is a palindrome or not
Give the Output : * * * * * * * * * *
Why do we use c for the speed of light?
What is the difference between a string and an array?
What do the functions atoi(), itoa() and gcvt() do?
Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.
What is a struct c#?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
can we implement multi-threads in c.
What is a MAC Address?