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...

enum colors {BLACK,BLUE,GREEN}
main()
{

printf("%d..%d..%d",BLACK,BLUE,GREEN);

return(1);
}

Answer Posted / vignesh1988i

the ascii values of B,B,G will be printed..............
since these black,blue and green are strings given directly
in the printf statements..... so the base address will be
going to the function definition of printf......

Is This Answer Correct ?    0 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

2069


What are the different types of pointers used in c language?

1103


How will you write a code for accessing the length of an array without assigning it to another variable?

1094


what do the 'c' and 'v' in argc and argv stand for?

1223


What is file in c language?

1052


Write the Program to reverse a string using pointers.

1074


which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;

3337


What is the best way to comment out a section of code that contains comments?

1390


write a c program in such a way that if we enter the today date the output should be next day's date.

2241


how to execute a program using if else condition and the output should enter number and the number is odd only...

2374


What does typedef struct mean?

1172


What are the types of assignment statements?

1112


How can I find out the size of a file, prior to reading it in?

1225


What does *p++ do?

1077


Tell us something about keyword 'auto'.

1110