How to access or modify the const variable in c ?
Answer Posted / skp
@Answer #7 - Answer of #6 is correct.
In Dev C++ the output is as answer #6.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What is the difference between formatted&unformatted i/o functions?
Write a C program to count the number of email on text
How many types of operator or there in c?
Do variables need to be initialized?
Explain how can I prevent another program from modifying part of a file that I am modifying?
What is scope and lifetime of a variable in c?
How can a number be converted to a string?
Explain the red-black trees?
Explain modulus operator. What are the restrictions of a modulus operator?
What is the difference between the expression “++a” and “a++”?
c program to compute AREA under integral
What is the use of a ‘ ’ character?
How to establish connection with oracle database software from c language?
What is the correct declaration of main?