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
What are valid signatures for the Main function?
What are the 32 keywords in c?
Subtract Two Number Without Using Subtraction Operator
What is ctrl c called?
How can you check to see whether a symbol is defined?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
Write a code to determine the total number of stops an elevator would take to serve N number of people.
a c code by using memory allocation for add ,multiply of sprase matrixes
How do you use a pointer to a function?
Mention four important string handling functions in c languages .
Explain how to reverse singly link list.
What are the different types of control structures?
How can you determine the maximum value that a numeric variable can hold?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
How are strings stored in c?