# define x=1+4;
main()
{
int x;
printf("%d%d",x/2,x/4);
}
Answer Posted / 123ghouse@gmail.com
3,2
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is #define?
What is class and object in c?
What is c language in simple words?
#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); }
I need previous papers of CSC.......plz help out by posting them.......
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What is formal argument?
Explain how can type-insensitive macros be created?
How can you find the day of the week given the date?
Explain pointers in c programming?
What do you understand by normalization of pointers?
What is calloc malloc realloc in c?
What is an lvalue in c?
Why string is used in c?
What is the condition that is applied with ?: Operator?