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

a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

712


What is const keyword in c?

758


What is dynamic dispatch in c++?

569


Can the “if” function be used in comparing strings?

610


What is || operator and how does it function in a program?

639






Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

2530


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

657


What are preprocessor directives in c?

655


What is the function of this pointer?

685


What is keyword in c?

620


What is this pointer in c plus plus?

608


how to build a exercise findig min number of e heap with list imlemented?

1620


What is an auto keyword in c?

654


What is the value of c?

585


What is meant by gets in c?

619