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 the right way to use errno?
What is omp_num_threads?
p*=(++q)++*--p when p=q=1 while(q<=6)
Explain function?
Explain what is the difference between functions abs() and fabs()?
What is c++ used for today?
What are the preprocessor categories?
Explain the difference between exit() and _exit() function?
Explain how do you declare an array that will hold more than 64kb of data?
What is the use of f in c?
What is an example of structure?
How can I handle floating-point exceptions gracefully?
a program that can input number of records and can view it again the record
How is null defined in c?
Write a program to swap two numbers without using third variable in c?