what is disadvantage of pointer in C
Answer Posted / myluvdeepu
i think that security is main concern with the pointers.
because we can access any memory location with this.
every address is accessible with the pointers.
Is This Answer Correct ? | 18 Yes | 9 No |
Post New Answer View All Answers
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What Is The Difference Between Null And Void Pointer?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Where is volatile variable stored?
can anyone please tell about the nested interrupts?
What is use of integral promotions in c?
Write a program to reverse a given number in c?
What is file in c language?
Do you know pointer in c?
Why does everyone say not to use scanf? What should I use instead?
When should the register modifier be used? Does it really help?
Explain what is the general form of a c program?
Which is better oop or procedural?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Differentiate between a for loop and a while loop? What are it uses?