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


Please Help Members By Posting Answers For Below Questions

What are bitwise shift operators in c programming?

650


How many loops are there in c?

584


Write a program to show the change in position of a cursor using c

585


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

658


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

707






Explain a pre-processor and its advantages.

637


Explain how do you determine whether to use a stream function or a low-level function?

632


What is the need of structure in c?

570


How many levels of indirection in pointers can you have in a single declaration?

599


any "C" function by default returns an a) int value b) float value c) char value d) a & b

671


What are qualifiers and modifiers c?

552


What does it mean when the linker says that _end is undefined?

638


write a programming in c to find the sum of all elements in an array through function.

1710


Where in memory are my variables stored?

639


What does #pragma once mean?

693