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
Explain what is #line used for?
Find MAXIMUM of three distinct integers using a single C statement
What is I ++ in c programming?
how to find binary of number?
How do you convert strings to numbers in C?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What is void pointers in c?
What is a MAC Address?
What are the loops in c?
Explain argument and its types.
What is the difference between a function and a method in c?
What is static function in c?
explain what is fifo?
What is use of #include in c?
What do you mean by a sequential access file?