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 |
What are the features of c language?
What is the difference between abs() and fabs() functions?
C program to read the integer and calculate sum and average using single dimensional array
What is adt in c programming?
pgm to find middle element of linklist(in efficent manner)
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,
Is c call by value?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
What is ponter?
write a program wch produces its own source code aas its output?
Difference between goto, long jmp() and setjmp()?
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,