How to access or modify the const variable in c ?

Answer Posted / guest

use pointers and u can do anything...

Is This Answer Correct ?    23 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are preprocessor directives in c?

624


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

621


Explain the use of #pragma exit?

681


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

601


What are dangling pointers in c?

627






Is that possible to add pointers to each other?

883


When should we use pointers in a c program?

614


How important is structure in life?

576


what is recursion in C

601


Is r written in c?

714


What is a structure and why it is used?

604


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

1615


What are Macros? What are its advantages and disadvantages?

627


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

1988


How do you print only part of a string?

598