#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
Does free set pointer to null?
Explain what is a pragma?
Write a program that accept anumber in words
SRUCTURE PROGRAMMING
Is r written in c?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
What does 2n 4c mean?
How many types of errors are there in c language? Explain
what are the stages of compilation
What is the significance of an algorithm to C programming?
What are the two types of functions in c?
What is C++