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 is #include conio h?
Difference between pass by reference and pass by value?
Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different breakfast items offered by the HiFi’s Restaurant. b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill to the customer. d. Produce a report to present your complete program and show more sample output. Assume that the HiFi’s Restaurant offers the following breakfast menu: Plain Egg $2.50 Bacon and Egg $3.45 Muffin $2.20 French Toast $2.95 Fruit Basket $3.45 Cereal $0.70 Coffee $1.50 Tea $1.80
How do you determine a file’s attributes?
Explain how do you override a defined macro?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Is there a way to switch on strings?
Explain what header files do I need in order to define the standard library functions I use?
What is the use of typedef in c?
List the difference between a While & Do While loops?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Explain b+ tree?
how could explain about job profile
What is c language in simple words?