Explain 'far' and 'near' pointers in c.
Answer / Jagdish Singh
Far pointer: It is used for accessing data outside the current segment (a memory section) in memory-segmented environments like MS-DOS. Near pointer: It is used for accessing data within the same segment.
| Is This Answer Correct ? | 0 Yes | 0 No |
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
How pointers are declared?
Why c is known as a mother language?
What is the use of void pointer and null pointer in c language?
In a byte, what is the maximum decimal number that you can accommodate?
What are the advantages and disadvantages of c language?
largest Of three Number using without if condition?
write a progrmm in c language take user interface generate table using for loop?
Write a program with dynamically allocation of variable.
what is develop in c language
Is c procedural or functional?
What is wrong with this declaration?