How to access or modify the const variable in c ?
Answer Posted / santhi
we can access the constant variable in c through the
functions which are declared as constant.
| Is This Answer Correct ? | 13 Yes | 22 No |
Post New Answer View All Answers
What is the use of a semicolon (;) at the end of every program statement?
Describe newline escape sequence with a sample program?
What are the header files used in c language?
What is string length in c?
Is fortran still used in 2018?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
How does sizeof know array size?
Explain the difference between structs and unions in c?
Why malloc is faster than calloc?
What is a stream?
Is printf a keyword?
Write a program which returns the first non repetitive character in the string?
What is indirection?
Write program to remove duplicate in an array?
Explain how does free() know explain how much memory to release?