what is disadvantage of pointer in C
Answer Posted / adesh
as per Security point of view pointer is not safe. A lot of
threads are exist like buffer overflow problems.
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
What do you mean by c what are the main characteristics of c language?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
What is the difference between malloc() and calloc() function in c language?
Describe newline escape sequence with a sample program?
What do you mean by dynamic memory allocation in c?
how many key words availabel in c a) 28 b) 31 c) 32
can any one tel me wt is the question pattern for NIC exam
what is the difference between 123 and 0123 in c?
Who is the founder of c language?
Explain Function Pointer?
What is the use of linkage in c language?
Which header file is used for clrscr?
Explain threaded binary trees?
What is the full form of getch?
What is void pointers in c?