GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

C FAQs


C FAQs

Questions: 93
Comments: 119
 C FAQs Tags
 Showing Questions 1-10 of 95 Questions
[1] 2 3 4 5 6 7 8 9 10 Next >>
 Sponsored Links

 
 C FAQs
Sorting Options :  

How to determine byte offset of a field within structure in C? 
View Question | Asked by : raghu ram

How to return an array as the output parameter of a function? 
View Question | Asked by : resnuop

How to write device driver in C? 

write a program in c to show matrix multiplicaton 

How are interrupts executed in C? Where are interrupts stored in the memory? What actually occurs when interrupts are encountered? 
View Question | Asked by : brijux

How to find the address of a variable which is declared as long double? 
Latest Answer: You can use the sizeof() operator to get the size of a variable declared as long double. try the following code:#include#includemain(){    long double a;    clrscr();    printf("%d", ...

How to find the ASCII value of an element ? 
Latest Answer: try this code:#include#includemain(){    char a;    clrscr();    puts("Enter a character:");    a=getchar();    printf("nnThe ascii ...

What is the difference between short int and int? 
Latest Answer: int has 16bits that is 2 bytes but short int has 8 bits that is 1 byte ...

What are all the type of Exceptions available in C ?  

What is garbage value and How it is stored? 
Latest Answer: Garbage value is a value which is not useful to your program. Normally when you create a variable and don't initialize it, it has a garbage value which is left behind by another program at that memory address. ...

View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Ask A Question
Go Top
 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
Sponsored Links

 
Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape