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
When should a far pointer be used?
all c language question
please give me some tips for the placement in the TCS.
What is an identifier?
What is a const pointer in c?
Is Exception handling possible in c language?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What do you understand by normalization of pointers?
Explain what is the difference between a string and an array?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
Explain the use of 'auto' keyword
write a program to find the given number is prime or not
What does *p++ do? What does it point to?
How can you call a function, given its name as a string?
Is register a keyword in c?