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

what is the output?

Answer Posted / dgsfg

5
20
1

kuchh log pagal hain
%d aur int datatype main float value print karate hain(1.25)
hehehehe........

Is This Answer Correct ?    2 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is omp_num_threads?

568


Is c# a good language?

598


What are the salient features of c languages?

616


Can we declare variables anywhere in c?

563


What are register variables in c?

564






Write a progarm to find the length of string using switch case?

1597


How do you define a string?

645


What is scanf () in c?

652


What is the difference between struct and typedef struct in c?

636


Write a program to print fibonacci series without using recursion?

594


When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

1516


What is function and its example?

614


What is a volatile keyword in c?

629


What is union and structure?

563


Why is it that not all header files are declared in every C program?

668