what is disadvantage of pointer in C
Answer Posted / patel arbaz
The value of pointer can be changed at any given time using
call by reference
and the answer may get wrong....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between structure and union with example?
Give me the code of in-order recursive and non-recursive.
What is function and its example?
How do you write a program which produces its own source code as output?
Is fortran still used today?
Differentiate between declaring a variable and defining a variable?
How can I send mail from within a c program?
Explain the array representation of a binary tree in C.
What are c header files?
What are the advantages and disadvantages of pointers?
What is masking?
What is the right way to use errno?
What are the features of c language?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
How do you construct an increment statement or decrement statement in C?