The space allocated for dynamic variables can be accessed only through pointers... this is a statemant i got in book of data structure..
Why is it so?
One more doubt is; whenever we are using scanf...
scanf("%format specifier",&var iable); is it not a dynamic allocation?
If yes how?, if not how?
Why is it so?
One more doubt is; whenever we are using scanf...
scanf("%format specifier",&var iable); is it not a dynamic allocation?
If yes how?, if not how?
Comment