When should a far pointer be used?


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

Post New Answer

More C Interview Questions

Why use int main instead of void main?

0 Answers  


Is there a way to compare two structure variables?

0 Answers  


Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV

5 Answers   Accenture,


What is sizeof c?

0 Answers  


What are the ways to a null pointer can use in c programming language?

0 Answers  






What is the difference between int main and void main in c?

0 Answers  


How can I avoid the abort, retry, fail messages?

0 Answers  


What is the difference between %d and %i?

0 Answers  


Is it possible to create recycle bin in mobiles?

2 Answers  


Can a file other than a .h file be included with #include?

0 Answers   Aspire, Infogain,


write a prgram of swapping with 2 valiables

6 Answers  


what is stack , heap ,code segment,and data segment

0 Answers  


Categories