what is disadvantage of pointer in C
Answer Posted / saroun
i think that 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 ? | 3 Yes | 1 No |
Post New Answer View All Answers
Is there any data type in c with variable size?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What are pointers? What are different types of pointers?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What is structure packing in c?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What is a char c?
What does sizeof return c?
What is volatile variable in c with example?
Why can't I perform arithmetic on a void* pointer?
what is uses of .net
What the advantages of using Unions?
What tq means in chat?
Why can’t we compare structures?
What is the best way to store flag values in a program?