main()
{
int x=5;
printf("%d %d %d\n",x,x<<2,x>>2);
}
Post New Answer View All Answers
What is exit() function?
What are the advantage of c language?
what is the basis for selection of arrays or pointers as data structure in a program
What is a pointer in c plus plus?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What are the different types of errors?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
How many levels of pointers can you have?
What is an example of structure?
program to convert a integer to string in c language'
Difference between linking and loading?
What is I ++ in c programming?
Can we use visual studio for c?
What are the disadvantages of external storage class?
What is build process in c?