Explain 'far' and 'near' pointers in c.


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

Post New Answer

More C Interview Questions

Using which language Test cases are added in .ptu file of RTRT unit testing???

0 Answers  


What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

0 Answers  


name the language for writing c compiler?

3 Answers   Microsoft,


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?

1 Answers   Wipro,


How can I open a file so that other programs can update it at the same time?

0 Answers  






What is #line?

0 Answers  


What does it mean when a pointer is used in an if statement?

0 Answers  


What is a C array and illustrate the how is it different from a list.

1 Answers   Amazon,


Explain the ternary tree?

0 Answers  


1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?

1 Answers  


C program code int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15

6 Answers   TCS, Wipro,


What is the difference between text files and binary files?

0 Answers  


Categories