main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}

Answer Posted / abhishek rai

5201

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a function simple definition?

608


Is javascript written in c?

571


Are there constructors in c?

588


How many types of sorting are there in c?

604


i got 75% in all semester am i eligible for your company

1731






code for replace tabs with equivalent number of blanks

1631


Is register a keyword in c?

629


What is the use of function overloading in C?

672


What are the types of data types and explain?

663


What is indirection in c?

620


What is linear search?

672


Explain what is operator promotion?

629


a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

697


Write a program of prime number using recursion.

612


Can we declare variables anywhere in c?

572