What is far pointer in c?
Answer / Achin Kumar
"Far pointers are used for accessing memory in larger segments when segmentation is enabled. They were relevant in older versions of C but are not commonly used today."
| Is This Answer Correct ? | 0 Yes | 0 No |
what is printf
print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20
What is the ANSI C Standard?
Explain what is operator promotion?
What is wrong with this statement? Myname = 'robin';
What is #include stdio h?
What are formal parameters?
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
prototype of sine function.
what is the difference between #include<> and #include”…”?
can we print any string without using terminator?
What is the OOPs concept?