what is a far pointer

Answer Posted / raji

suppose int means take 2byte then far int means take 4bytes

Is This Answer Correct ?    7 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a c program to find the sum of five entered numbers using an array named number

1626


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

617


What is logical error?

610


How can I write a function that takes a format string and a variable number of arguments?

613


What does %c do in c?

598






Is there a built-in function in C that can be used for sorting data?

751


What are data types in c language?

594


What is sizeof c?

626


What is conio h in c?

637


what is ur strangth & weekness

1835


How can I ensure that integer arithmetic doesnt overflow?

616


What is gets() function?

679


What is the use of c language in real life?

542


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2340


why do some people write if(0 == x) instead of if(x == 0)?

666