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


Please Help Members By Posting Answers For Below Questions

What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

694


What are the three constants used in c?

541


can any one tel me wt is the question pattern for NIC exam

1552


Is main a keyword in c?

623


What is optimization in c?

562






What does the && operator do in a program code?

694


What is the use of function overloading in C?

673


hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

1435


Explain heap and queue.

577


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

3651


What are examples of structures?

590


What is a stream?

642


Define the scope of static variables.

601


how many key words availabel in c a) 28 b) 31 c) 32

631


What are the types of bitwise operator?

657