main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}
what is the output?
Post New Answer View All Answers
What do you mean by invalid pointer arithmetic?
What is the difference between variable declaration and variable definition in c?
Explain how are portions of a program disabled in demo versions?
What are the two types of structure?
What is a good way to implement complex numbers in c?
What is string in c language?
Explain the use of #pragma exit?
What is integer constants?
How pointer is different from array?
cavium networks written test pattern ..
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What is a pointer variable in c language?
Differentiate between a for loop and a while loop? What are it uses?
What is && in c programming?