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
implement general tree using link list
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
How does placing some code lines between the comment symbol help in debugging the code?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
how we do lcm of two no using c simple if while or for statement
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?
Differentiate b/w Modify and Update commands giving example.
how can write all 1to 100 prime numbers using for loop,if and break ?
What's wrong with "char *p = malloc(10);" ?
Explain in detail how strset (string handling function works )pls explain it with an example.
how to multiply two number taking input as a string (considering sum and carry )