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
What are the 4 types of programming language?
Tell me with an example the self-referential structure?
Ow can I insert or delete a line (or record) in the middle of a file?
What is the use of typedef in structure in c?
Write a program to swap two numbers without using third variable in c?
which is an algorithm for sorting in a growing Lexicographic order
What is selection sort in c?
What is a lvalue
how to find anagram without using string functions using only loops in c programming
Why c is faster than c++?
What is action and transformation in spark?
What is C language ?
What oops means?
Why doesnt long int work?
How do c compilers work?