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);
}
Answers were Sorted based on User's Feedback
hi any body pls give me company name interview conduct "c" language only
How does #define work?
Explain what is the difference between text files and binary files?
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,
Is there a way to jump out of a function or functions?
HOW TO SWAP TWO NOS IN ONE STEP?
Hai what is the different types of versions and their differences
Write the Program to reverse a string using pointers.
Write a program to add a given duration with time(24hrs format)