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 would happen to X in this expression: X += 15; (assuming the value of X is 5)

0 Answers  


What is a pointer variable in c language?

0 Answers  


Implement bit Array in C.

0 Answers   GrapeCity,


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

0 Answers  


What is the difference between volatile and const volatile?

0 Answers  






What is string in c language?

0 Answers  


Is c++ based on c?

0 Answers  


What is ambagious result in C? explain with an example.

0 Answers   Infosys,


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

0 Answers  


struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??

9 Answers   Verifone,


please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 Answers  


What is getche() function?

0 Answers  


Categories