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
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What is the best way of making my program efficient?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
Is it possible to execute code even after the program exits the main() function?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What happens if you free a pointer twice?
Explain low-order bytes.
What do mean by network ?
What are multidimensional arrays?
Explain the use of bit fieild.
How can I get the current date or time of day in a c program?
How do I use void main?
What is the correct declaration of main?
Explain how can I avoid the abort, retry, fail messages?