Answer Posted / vivek satasia
IT IS SUCH A VARIABLE WHICH IS NOT MODIFIED BY ITS PROGRAM
BUT IT CAN BE MODIFIED OUTSIDE PROGRAM ENVIRONMENT.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What is the deal on sprintf_s return value?
What are the differences between new and malloc in C?
What are the advantages of external class?
What are predefined functions in c?
which type of aspect you want from the student.
What is preprocessor with example?
What are the rules for identifiers in c?
What is wild pointer in c?
What does the c in ctime mean?
What are two dimensional arrays alternatively called as?
What is the difference between single charater constant and string constant?
What is void pointers in c?
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 I use void main?