Explain what is the difference between far and near ?


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

Post New Answer

More C Interview Questions

What are pointers? What are different types of pointers?

0 Answers   Fidelity,


What does d mean?

0 Answers  


What is signed and unsigned?

0 Answers  


Is c pass by value or reference?

0 Answers  


in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

0 Answers  






What are external variables in c?

0 Answers  


What do you understand by friend-functions? How are they used?

0 Answers   iNautix,


Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We.....Are....Student “ Note: one .=1 Space Output: "We Are Student"

6 Answers   IBM,


What does & mean in scanf?

0 Answers  


prototype of sine function.

2 Answers   Cadence,


Binary tree traversing

1 Answers   Qualcomm,


What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }

1 Answers  


Categories