GeekInterview.com
  I am new, Sign me up!
 

C Interview Questions


C Interview Questions

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

 
 C Interview Questions
Sorting Options :  

Latest Answer: kindly see the memory diagram for C programsLow Memory__________________________CODE MEMORY                             ...
Read Answers (3) | Asked by : senthil

What would be the output of this program & Why#include#define one two#define two oneint main(){ int one=1,two=2; printf("%d%d",one,two); return 0;}

Latest Answer: out put is 2 2 2 2 2 2 8 3 4 4 the o/p of first printf statement is 2 2 2 2 2o/p of second printf statement is 2 8 3 4 4 ...

Latest Answer: Here is another method:int *x=0;printf("%dn",x); x=x+1;// The difference in these 2 values is 4. When a pointer is incremented. It is increased by size of the data type it ispointing to printf("%dn",x);printf("Size of Integer is %d n",sizeof(int)); // ...
Read Answers (2) | Asked by : sohita maheshwari

Latest Answer: Hi , in getche() e stands for "echo" When the function is encountered, user has to type in any key that it displays on monitor( echos characher). In case of getch() function it accepts character but doesnt display that. Have a fun with ...

Latest Answer: Static variables are stored in the same section as global variables I think ...But I am not sure ...
Read Answers (5) | Asked by : Riya

Latest Answer: A string constant consists of a sequence of characters enclosed indouble-quote marks.  For example:char *p="hello";constant string is const char *p="hello"; ...
Read Answers (1) | Asked by : ykbharat

Latest Answer: program contain statement main it consider as int main .should return a value. void means null ...
Read Answers (2) | Asked by : M.SREEDHAR REDDY

Latest Answer: AdditionSubractionComparisonAssignment ...

View Question | Asked by : santosh

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