How many bytes are occupied by near, far and huge pointers (dos)?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Tell me what is the purpose of 'register' keyword in c language?

0 Answers  


what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }

9 Answers   HCL,


What is 02d in c?

0 Answers  


Why do we need a structure?

0 Answers  


What is an lvalue?

0 Answers  






what are the advantages of a macro over a function?

0 Answers   TCS,


Define function pointers?

1 Answers  


int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????

1 Answers  


Explain what header files do I need in order to define the standard library functions I use?

0 Answers  


What is extern storage class in c?

0 Answers  


What are c preprocessors?

0 Answers  


without using arithmatic operator convert an intger variable x into x+1

3 Answers  


Categories