GeekInterview.com
  I am new, Sign me up!
 

C FAQs


C FAQs

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

 
 C FAQs
Sorting Options :  

Write a C program to convert a binary number to its corresponding octal number. 
Latest Answer: #include#includemain(){    int i=12;    void printoctal(int,int);    printoctal(i,i);    getch();}void printoctal(int val,int rem){    if(rem == 0)   ...
Read Answers (1) | Asked by : seoraju

How will you design address bus? 
View Question | Asked by : rkanna

What is the purpose and use of function pointers?  
Latest Answer: Function pointer holds the address of a function. Every function has a address. We can call the function by calling the function pointer. ...
Read Answers (1) | Asked by : rkanna

Why should we use header file? 
Latest Answer: #include #include main() { int a,b,c,d; clrscr(); d=0; printf("enter a number"); scanf("%d",&a); c=a; while(a>0) b=a%10; d=d+(b*b*b); a=a%10; if(c==d) printf("amstrong"); else printf("not ...
Read Answers (2) | Asked by : sandip06

What is NULL Macro? What is the difference between a NULL Pointer and a NULL macro? 

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? 
Latest Answer: When ever interrupt will occurs (ex: press keypoard or etc...) while excuting C programming the control stop execution and pushed current data in stack and switch to interrupt handler and then call ISR after excuting return to interrupt handler by ...
Read Answers (1) | Asked by : brijux

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