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
If I have a char * variable pointing to the name of a function ..
What is scanf_s in c?
What is the size of a union variable?
What is clrscr ()?
What is the best style for code layout in c?
When should a type cast not be used?
Can you write the algorithm for Queue?
How to compare array with pointer in c?
How can I trap or ignore keyboard interrupts like control-c?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
write a program to find out prime number using sieve case?
Define recursion in c.
What is local and global variable in c?
differentiate built-in functions and user – defined functions.
What is gets() function?