main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}
Post New Answer View All Answers
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
Explain how can you tell whether a program was compiled using c versus c++?
What is the difference between union and anonymous union?
Are pointers integers in c?
Is a house a mass structure?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
Does sprintf put null character?
What does calloc stand for?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Write a program on swapping (100, 50)
What is the heap?
What are the two types of structure?
What is the use of ?: Operator?
What are the two types of functions in c?
how do you execute a c program in unix.