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
How can I call a function with an argument list built up at run time?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What is hashing in c language?
What is the difference between void main and main in c?
What is signed and unsigned?
Explain the advantages of using macro in c language?
What is keyword in c?
Explain that why C is procedural?
How can I make sure that my program is the only one accessing a file?
What is atoi and atof in c?
What are register variables? What are the advantage of using register variables?
What is the difference between fread and fwrite function?
List some of the static data structures in C?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
Explain data types & how many data types supported by c?