GeekInterview.com
  I am new, Sign me up!
 

C Interview Questions


C Interview Questions

Questions: 453
Comments: 1523
 Showing Questions 111-120 of 453 Questions
<< Previous 8 9 10 11 [12] 13 14 15 16 17 Next >>
 Sponsored Links

 
 C Interview Questions
Sorting Options :  

Latest Answer: Compile is a process that converts your source code into object code.(creation of .exe file)Run time means the execution file(.exe) is loaded on memory and execute it. ...
Read Answers (1) | Asked by : kanna

Latest Answer: They give property to the identifiers. The two qualifiers are " const " and " volatile " syntax: ;example:  const int  value; ...
Read Answers (1) | Asked by : rajeswari

Latest Answer: Volatile Tells the compiler that the value of the variable can be inadvertently changed by something beyond the scope of the program. So each time the variable is used, its value is loaded from the memory. example: The value of variable which is shared ...
Read Answers (1) | Asked by : suresh

Latest Answer: Because array index shows distance from the 1st element. Since the first element is zero distance away from itself, index starts from zero. The next element will be "index*scaling factor" distance away from 1st element. In case of integer array next elements ...
Read Answers (1) | Asked by : Gautam Bhalla

Latest Answer: The header files are used for various function used your C program like printf,scanf and various preprocessor activities during compilation. ...
Read Answers (2) | Asked by : vanidevi

Latest Answer: Converts an integer value to a null-terminated string using the specified base.If base is 10 and value is negative, the resulting string is preceded with a minus sign (-). With any other base, value is always considered unsigned.  ...
Read Answers (2) | Asked by : rajesh

Latest Answer: This is an example of inheritance ....struct parent {  int x;  int y;};struct child {  parent p1;  int a;  int b;};int main(){  struct child c1;  c1.p1.x=50;  printf("%dn",c1.p1.x);  return 0;} ...
Read Answers (2) | Asked by : viswanath

Latest Answer: most of the times you need to zero out the mem by using bzero or memset.U need not do it that way here.And also if it is to be alocated for a string,strlen(allocated array) is automatically 0.Which is a much safer method. ...
Read Answers (1) | Asked by : viswanath

To take a string from the User & then arrange the characters in that string in ascending order like if user enters "babcac" the program should print it as "aabbcc"
Read Answers (2) | Asked by : nadeem

Latest Answer: The C preprocessor implements the macro language used to transform C, C++, and Objective-C programs before they are compiled.Preprocessing is the first stage of program compillation where all MACROS are replaced in the source code.All the directives or ...
Read Answers (1) | Asked by : saran

View page << Previous 8 9 10 11 [12] 13 14 15 16 17 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