ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C
 
 


 

 
 C interview questions  C Interview Questions
 C++ interview questions  C++ Interview Questions
 VC++ interview questions  VC++ Interview Questions
 Delphi interview questions  Delphi Interview Questions
 Programming Languages AllOther interview questions  Programming Languages AllOther Interview Questions
Question
What is a far pointer?What is the utility?
 Question Submitted By :: Sourisengupta
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is a far pointer?What is the utility?
Answer
# 1
pointers are two types.near and far.
if code we are writing is so large and there is necessity 
to refer an address in other memory segment we have to use 
far pointer.within in the range of 64Kb we can use new 
pointer
 
Is This Answer Correct ?    6 Yes 1 No
Chaitanya
 
  Re: What is a far pointer?What is the utility?
Answer
# 2
far pointers are of 32 bits.so within the range of 64Kb we 
can use this pointer
 
Is This Answer Correct ?    1 Yes 1 No
Mani
 
 
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
difference between semaphores and mutex?  1
write an interactive program to generate the divisors of a given integer. TCS4
what is data structure  4
difference between i++* and *++i IBM3
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE? Wipro1
what is the difference between normal variables and pointer variables.............. Satyam7
What is the difference between static and global variables?  1
What will be result of the following program? void myalloc(char *x, int n) { x= (char *)malloc(n*sizeof(char)); memset(x,\0,n*sizeof(char)); } main() { char *g="String"; myalloc(g,20); strcpy(g,"Oldstring"); printf("The string is %s",g); } a) The string is : String b) Run time error/Core dump c) The string is : Oldstring d) Syntax error during compilation e) None of these IBM3
Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….  1
how to find a 5th bit is set in c program IBM3
Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?  2
In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT IBM1
Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986  2
Who is invented by c? Infosys14
write a own function for strstr LG-Soft1
a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static Which of the Following Statements are true w.r.t Bit-Fields A)a,b&c B)Only a & b C)Only c D)All Accenture2
How can I allocate arrays or structures bigger than 64K?  4
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?  5
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int); Bosch3
Write code for initializing one dimentional and two dimentional array in a C Program? Deshaw5
 
For more C Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com