What is the difference between far and near in c?


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

Post New Answer

More C Interview Questions

#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }

15 Answers   Infosys,


How to declare pointer variables?

0 Answers  


write program on arrays

3 Answers   GE, Polycab,


C,c++, Java is all are structural oriented or procedure oriented language..?

6 Answers  


Why functions are used in c?

0 Answers  






Why we use break in c?

0 Answers  


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

0 Answers   Persistent,


mplementation of stack using any programing language

1 Answers   Marlabs,


What are different types of operators?

0 Answers  


What are two dimensional arrays alternatively called as?

0 Answers  


How can I find out if there are characters available for reading?

0 Answers  


What is Function Pointer? Explain with example?

3 Answers  


Categories