main()
{
int a=4,b=2;
a=b<<a + b>>2;
printf("%d", a);
}
Answer Posted / a.jayashree
ans is=10;
if its wrong give me right ans to jshree20@gmail.com
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the types of functions in c?
What is the meaning of && in c?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What do you mean by a sequential access file?
What is data structure in c language?
What is the modulus operator?
difference between object file and executable file
Explain modulus operator.
Can you please compare array with pointer?
What is void main ()?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Why clrscr is used in c?
Why does notstrcat(string, "!");Work?
simple program of graphics and their output display
What are different storage class specifiers in c?