GeekInterview.com
  I am new, Sign me up!
 

C FAQs


C FAQs

Questions: 108
Comments: 151
 C FAQs Tags
 Showing Questions 91-100 of 110 Questions
<< Previous 6 7 8 9 [10] 11 Next >>
 Sponsored Links

 
 C FAQs
Sorting Options :  

Latest Answer: HiI came across scalar and derived data types in C.Scalar data types:  int, float, chat, doubleDervied Data types:  structure, union, function, pointers I am not sure about the difference between integral and scalar data types.Thanks & RegardsSathish ...

Latest Answer: i++ more fast than i+1,take less CPU than i+1 ...

Latest Answer: A Null pointer is one which does not refer to any thing Far pointer refers to an address which not in the same segment where pointer is defined. Near pointer refers to an address in the same segment where the pointer is defined Regards Mulay Chetan ...

View Question | Asked by : vivek singh chauhan
Tags : Pointer

Latest Answer: Dangling pointer is a pointer which is pointing to the destroyed object or which does not have proper address. A pointer should be intialized to zero once it is freed after allocating memory to that pointer. Ex: main() { ...
Read Answers (1) | Asked by : sandip phad
Tags : Pointer

Latest Answer: There is no need of declaring the function main() as it is already known to compiler .main() is a function from where the execution starts. ...
Read Answers (1) | Asked by : Richa

Latest Answer: hi bupendra,String is immutable object which means the contents in the string object cannot be modified.  Stringbuffer object contents can be modified. ...
Read Answers (1) | Asked by : bhupendra

Latest Answer: In C every funciton is independant from other.And there is a clear difference from function definition and function invocation.In C the only way to Invoke a function is to call a function. ...

Latest Answer: No ,its not possible to have a dynamic array without using calloc,malloc or without ptr.... Why u want to know abt it? but u can achieve a array without specifying size say arr[]; but its not efficient as when u use this array..more space will ...
Tags : Pointer

Latest Answer: In c every function by default returns an integer value. By using void we mean a value zero is return to the environment i.e., operating system. ...
Read Answers (3) | Asked by : mohammed arif

View page << Previous 6 7 8 9 [10] 11 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