Give the output for the following program.
#define STYLE1 char
main()
{
typedef char STYLE2;
STYLE1 x;
STYLE2 y;
clrscr();
x=255;
y=255;
printf("%d %d\n",x,y);
}
Answer Posted / rh
Please explain how ?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
p*=(++q)++*--p when p=q=1 while(q<=6)
What is getch?
Write a code to remove duplicates in a string.
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Explain what is wrong with this statement? Myname = ?robin?;
Can a program have two main functions?
Can we replace the struct function in tree syntax with a union?
Can include files be nested? How many levels deep can include files be nested?
What is uint8 in c?
Give differences between - new and malloc() , delete and free() ?
Is c is a procedural language?
how could explain about job profile
What is a rvalue?
Is anything faster than c?
What is main () in c language?