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
what is a constant pointer in C
Differentiate abs() function from fabs() function.
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is a structural principle?
What are inbuilt functions in c?
How do I get a null pointer in my programs?
Is return a keyword in c?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Why c is a mother language?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What is NULL pointer?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What is the purpose of macro in C language?
Are comments included during the compilation stage and placed in the EXE file as well?
What is a shell structure examples?