Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / syamkumarm

-1 -1

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c dynamically typed?

1217


What is this infamous null pointer, anyway?

1109


List the variables are used for writing doubly linked list program.

2090


How do you list a file’s date and time?

1117


What are register variables in c?

1059


What is 'bus error'?

1212


what are the different storage classes in c?

1239


Why void main is used in c?

1109


write a program to find out prime number using sieve case?

2144


How many types of arrays are there in c?

1087


What is pointers in c?

1172


What is mean by data types in c?

1076


Can include files be nested? How many levels deep can include files be nested?

1209


What are identifiers and keywords in c?

1206


Explain the bubble sort algorithm.

1115