#define PRINT(int) printf("int = %d ",int)
main()
{< BR> intx,y,z;
x=03;y=02;z=01;
PRINT(x^x);
z<<=3;PRINT(x);
y>>=3;PRINT(y);
}
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between #include<...> and #include '...'
What are the uses of null pointers?
Process by which one bit pattern in to another by bit wise operation is?
What are the rules for the identifier?
A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??
write a 'c' program to sum the number of integer values
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What are pointers? What are different types of pointers?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
how would a 4*3 array A[4][3] stored in Row Major Order?
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
what is diffrence between string and character array?