Answer Posted / sedhurammv
NULL Pointer
Dangling Pointer
Generic Pointers
Wild Pointer
Complex Pointers
Near Pointer
Far Pointer
Huge Pointers
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do pointers need to be initialized?
What is c value paradox explain?
What is the auto keyword good for?
How can I convert a number to a string?
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 function of multilevel pointer in c?
How can you increase the size of a statically allocated array?
Are bit fields portable?
Can we assign integer value to char in c?
What is the benefit of using const for declaring constants?
How can you avoid including a header more than once?
Difference between strcpy() and memcpy() function?
When should the volatile modifier be used?
Why does this code crash?
What do you understand by friend-functions? How are they used?