main()
{
int a=4,b=2;
a=b<<a + b>>2;
printf("%d", a);
}
Answer Posted / vinod
8
| Is This Answer Correct ? | 8 Yes | 33 No |
Post New Answer View All Answers
By using C language input a date into it and if it is right?
Tell me what are bitwise shift operators?
Why c language?
How many types of operators are there in c?
Are negative numbers true in c?
What is an identifier?
What is a rvalue?
How can you tell whether a program was compiled using c versus c++?
When should I declare a function?
What is sizeof in c?
What are the key features in c programming language?
How do you print an address?
How can I remove the trailing spaces from a string?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Explain what is the difference between null and nul?