How to access or modify the const variable in c ?
Answer Posted / raj
Answer 6 would be true if you change the variable to const
volatile.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
how logic is used
How can you be sure that a program follows the ANSI C standard?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
How do you determine a file’s attributes?
Is array name a pointer?
What is the meaning of c in c language?
List the difference between a While & Do While loops?
What is clrscr in c?
What is the general form of #line preprocessor?
Is there a way to switch on strings?
Explain #pragma statements.
What is the right type to use for boolean values in c? Is there a standard type?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
Can you please explain the difference between strcpy() and memcpy() function?
In a header file whether functions are declared or defined?