GeekInterview.com
  I am new, Sign me up!
 

C FAQs


C FAQs

Questions: 108
Comments: 151
 C FAQs Tags
 Showing Questions 31-40 of 110 Questions
<< Previous 1 2 3 [4] 5 6 7 8 9 10 Next >>
 Sponsored Links

 
 C FAQs
Sorting Options :  

#define sro(X) (X*X)main(){int i=3,j,k;j=sro(i++);k=sro(++i);printf("n%d %d",j,k);getch();}output is 9 49can any one explain why we get second output as 49 
Latest Answer: ya this is kind of weird problem dat u will always get with macros..wat happens is wen u write j= sro(i++) it gets expanded to (i++*i++)which assigns 9 to j. now since u r getting i++ twice it gets incremented twice so becomes 5 after executing j=sro(i++)..now ...

How can we display data in subscript by using C language? 
View Question | Asked by : ravitcs

What is function pointer in C program? 
Latest Answer: Each pointer will point to a data type like integer, float etc., similar to these pointers we can also have some special pointers that point to the memory location of the functions and these pointers are named as function pointers ...
Tags : Pointer

How many nested if statements are allowed in C? 
Latest Answer: There is no such limitations you can use any no of nested if statement. ...
Read Answers (1) | Asked by : vanidevi

How to access and read data in mdb file from C? 
View Question | Asked by : kavi12_nc

How can we stop the user make an object on stack, i.e. user must be able to create the object on heap only. 
View Question | Asked by : kamal7725

main(){printf("""ramabrahmam"");} 
Latest Answer: the program gives compilation error.the reason for compilation error is the string is not terminated properly .the compiler is expecting a more quote from the user and throws the error. ...

In this x is the input and F(X) is the output,tab_func(sin, 0.0, PI, PI/8.0) is the method i have to use to get a output.Plz give me the relation b/w x and F(x).A function which will tabulate values of 
View Question | Asked by : thyagi

View Question | Asked by : Kavitha

View Question | Asked by : Ganges

View page << Previous 1 2 3 [4] 5 6 7 8 9 10 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