what is disadvantage of pointer in C

Answer Posted / vinothrajan.s

main disadvantage is security. how means using pointer
concept we can change the value which is assigned to
it.like this we lose our data.

Is This Answer Correct ?    8 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to print "hello world" without using a semicolon?

602


What is a header file?

642


What is a node in c?

556


What is sizeof c?

616


How can I open files mentioned on the command line, and parse option flags?

597






What does a pointer variable always consist of?

671


Is c procedural or object oriented?

585


what will be the output for the following main() { printf("hi" "hello"); }

9350


Which is better pointer or array?

606


What do you understand by friend-functions? How are they used?

653


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

657


What is difference between stdio h and conio h?

892


What is scanf () in c?

670


How can you tell whether a program was compiled using c versus c++?

624


How can I automatically locate a programs configuration files in the same directory as the executable?

638