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

What is a symbolic constant?

Answer Posted / venkata mahesh

We can define constants of any type by using the #define
compiler directive. Its syntax is simple--for instance

#define ANGLE_MIN 0
#define ANGLE_MAX 360

would define ANGLE_MIN and ANGLE_MAX to the values 0 and
360, respectively. C distinguishes between lowercase and
uppercase letters in variable names. It is customary to use
capital letters in defining global constants.

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is function and its example?

1273


What tq means in chat?

1175


What is a wrapper function in c?

1170


What does volatile do?

1040


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

1323


Function calling procedures? and their differences? Why should one go for Call by Reference?

1139


Is c high or low level?

1054


Mention four important string handling functions in c languages .

1160


any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

1203


What is the difference between call by value and call by reference in c?

1215


is it possible to create your own header files?

1166


How do you redirect a standard stream?

1154


What are the types of c language?

1084


Can a pointer point to null?

1121


What is #include stdlib h?

1148