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
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
What is assignment operator?
Explain zero based addressing.
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Why pointers are used?
What are the advantages of c preprocessor?
what will be the output for the following main() { printf("hi" "hello"); }
Why is c called a mid-level programming language?
What is the purpose of 'register' keyword in c language?
What does the format %10.2 mean when included in a printf statement?
What are dangling pointers? How are dangling pointers different from memory leaks?
What is static volatile in c?
Explain what is a const pointer?
What is omp_num_threads?