what is disadvantage of pointer in C
Answer Posted / myluvdeepu
i think that security is main concern with the pointers.
because we can access any memory location with this.
every address is accessible with the pointers.
| Is This Answer Correct ? | 18 Yes | 9 No |
Post New Answer View All Answers
write a programming in c to find the sum of all elements in an array through function.
What is scanf_s in c?
What is uint8 in c?
What is indirection? How many levels of pointers can you have?
How does sizeof know array size?
What is a built-in function in C?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
How are Structure passing and returning implemented by the complier?
What is 1f in c?
What are the modifiers available in c programming language?
What is the difference between #include
How can I remove the leading spaces from a string?
Define C in your own Language.
What is the use of volatile?
how to write a c program to print list of fruits in alpabetical order?