What is the difference between declaring a variable by
constant keyword and #define ing that variable?
Answer Posted / ganesh
constant- it cannot be changed
# define - it can be changed if we can redefine
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
How do you initialize pointer variables?
Explain what is the difference between far and near ?
What are pointers?
How will you divide two numbers in a MACRO?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What is a dynamic array in c?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What is meant by gets in c?
What are the types of type qualifiers in c?
What are different types of pointers?
What are identifiers and keywords in c?
What is c basic?
How to define structures? ·