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?



What is a symbolic constant?..

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

More C Interview Questions

What is the memory allocated by the following definition ? int (*x)();

2 Answers   ADITI,


Can you please explain the difference between syntax vs logical error?

0 Answers  


c program for searching a student details among 10 student details

0 Answers  


write a c program to calculate sum of digits till it reduces to a single digit using recursion

0 Answers   IBM,


how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com

3 Answers   Honeywell, Huawei,


Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....

2 Answers  


wt is diference between int and int pointer as same as float and float pointer and char and char pointer

8 Answers   CTS, Infosys,


What is the relationship between pointers and data structure?

0 Answers  


Define macros.

0 Answers   Tech Mahindra,


How old is c programming language?

0 Answers  


How to declare a variable?

0 Answers  


How to write a multi-statement macro?

0 Answers  


Categories