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);
}
Post New Answer View All Answers
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
what do the 'c' and 'v' in argc and argv stand for?
What's the right way to use errno?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What does sizeof return c?
Explain can static variables be declared in a header file?
How many header files are in c?
What are the types of type qualifiers in c?
Is register a keyword in c?
What is the difference between if else and switchstatement
Is c is a procedural language?
How many identifiers are there in c?
How can I do peek and poke in c?
Explain what is a const pointer?