GeekInterview.com
  I am new, Sign me up!
 

OOPS FAQ


OOPS FAQ

Questions: 259
Comments: 538
 OOPS FAQ Tags
 Showing Questions 91-100 of 258 Questions
<< Previous 6 7 8 9 [10] 11 12 13 14 15 Next >>
 Sponsored Links

 
 OOPS FAQ
Sorting Options :  

Latest Answer: Inline functions are small sized functions (basically 2-3 line function) which do not contain any loop. whenever an inline function is invoked, it is expanded thereby rather then passing the control to where it has been defined, thus reducing execution ...

Latest Answer: Yes, Just Put it in an  unsigned int Bin_data[] {0x0h, 0x0f......... ............ } ...

Latest Answer: This can be done Using _asm{} operator, first  char* mem_ptr; Mov EAX, DWORD PTR[Memory Address] Then...  Mov mem_ptr, EAX  Now mem_ptr will point to the meory location needed and we can access ...

Latest Answer: In C it is System("program_to_run.exe"); In Windows it can be ShellExecute(); or WinExec(); ...

Latest Answer: This statement should be fopen("c:\\newdirfile.dat","r"); ...

Latest Answer: #include #include /* Prototype Declaration */int validateDate(int dd, int mm, int yyyy);void printError();int calcDay_Dec31(int yyyy);int dayInYear(int dd, int mm);void nameInStr (char daysInWord[], int days);void main(void){    ...

Latest Answer: Hi, This is a typical example of reflection. If you are using .NET then use reflection for this purpose. In this case you create an object of a particular  type and the invoke methods at run time by passing function name. ...

Latest Answer: By useing the "far *". ...

Latest Answer: use ulimit -n 100. that is the above line increase the number of open file descriptor to 100 w.r.t that shellbalaji ...

Latest Answer: it will give last initialize value..suppose you write ..int x=10;printf("%d");then it prints 10;if not initialize then print a garbage value.. ...

View page << Previous 6 7 8 9 [10] 11 12 13 14 15 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Expert Members
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape