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 s or c?

598


What are the advantages of external class?

596


write a program fibonacci series and palindrome program in c

633


How to compare array with pointer in c?

623


How do we print only part of a string in c?

587






How can a process change an environment variable in its caller?

656


What is ambagious result in C? explain with an example.

2057


What is pointer to pointer in c language?

595


write a program to print largest number of each row of a 2D array

1871


What are the scope of static variables?

601


what are bit fields in c?

604


what is different between auto and local static? why should we use local static?

644


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

634


Explain what are the __date__ and __time__ preprocessor commands?

594


What is static identifier?

704