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
What are the back slash character constants or escape sequence charactersavailable in c?
What is wrong with this declaration?
What is use of null pointer in c?
What is the default value of local and global variables in c?
How do you determine whether to use a stream function or a low-level function?
What is printf () in c?
What is the difference between variable declaration and variable definition in c?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
Why are algorithms important in c program?
What is the purpose of sprintf() function?
What is the difference between c &c++?
using only #include
Where are c variables stored in memory?
What are 'near' and 'far' pointers?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor