GeekInterview.com
  I am new, Sign me up!
 

C Interview Questions


C Interview Questions

Questions: 453
Comments: 1523
 Showing Questions 91-100 of 453 Questions
<< Previous 6 7 8 9 [10] 11 12 13 14 15 Next >>
 Sponsored Links

 
 C Interview Questions
Sorting Options :  

Latest Answer: i think it is the directory where header files are keptin turbo c it is include folderpuran ...
Read Answers (1) | Asked by : debasis patnaik

Latest Answer: A sequence point is loosely referred as the point at which an expression is evaluated and all the objects involved in that expression are assigned their fresh values, if any.Example: 1. Between the statements i. printf("%d", *intp++) and                                                            ...

Latest Answer: #include offset = offsetof(type,member);use this macro.or visit below link for more details. http://www.thinkage.ca/english/gcos/expl/c/lib/offset.html ...

View Question | Asked by : pbchaudhari

Latest Answer: Here is my code fragement. It shows passing the structure as argument and returning it as well #include #include #include#includestruct abc {        int x;        ...

Write sample code or algorithim to get all possible combinations of data that will be entered from keyboard
like, If i enter 1 2 3 then it should show 1 2 31 3 2 2 1 3 All 6 possible combnations 

Latest Answer: Bubble Sort,Insertion Sort,Shell Sort,Merge Sort,Heap Sort. ...
Read Answers (4) | Asked by : Prakash P

Latest Answer: Simultaneously go through the list by ones (slow iterator) and by twos (fast iterator). If there is a loop the fast iterator will go around that loop twice as fast as the slow iterator. The fast iterator will lap the slow iterator within a single pass ...

Latest Answer: I guess the subscript here in the sense of arrays:Subscript is the offset of the array. Say, int array[5];To access the second element, we use array[1], where 1 is the subscript.Which mean to point to the location after 1  such element. So it will ...

Latest Answer: A dangling pointer is a pointer to storage that is no longer allocatedThese examples can further clarify the point { char *cp = NULL; /* ... */ { char c; cp = &c; } /* c falls out of scope */ /* cp is now a dangling ...
Tags : Pointer

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
# User Name Count
1jintojos 29
2dasam 27
3abhimanipal 22
4baseersd 20
5burraganesh 20
6suji 20
7pbchaudhari 19
8SomGollakota 17
9yzesong 17
10vipin gupta 15
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