main()
{
int a=4,b=2;
a=b<<a + b>>2;
printf("%d", a);
}
Answer Posted / aravind
It shows syntax error because relational operators are used only for checking conditions.
| Is This Answer Correct ? | 8 Yes | 23 No |
Post New Answer View All Answers
What are the two types of structure?
Explain what is page thrashing?
What does *p++ do? What does it point to?
What is the use of getchar() function?
what is use of malloc and calloc?
What functions are in conio h?
explain how do you use macro?
Tell me can the size of an array be declared at runtime?
Why C language is a procedural language?
Explain what is the difference between the expression '++a' and 'a++'?
Why is c so powerful?
Why are algorithms important in c program?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What are reserved words with a programming language?
Sir i need notes for structure,functions,pointers in c language can you help me please