GeekInterview.com
  I am new, Sign me up!
 

C Interview Questions


C Interview Questions

Questions: 453
Comments: 1523
 Showing Questions 41-50 of 453 Questions
<< Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>
 Sponsored Links

 
 C Interview Questions
Sorting Options :  

Latest Answer: Its depends on data which your using.suppose you want to store the age then CHAR age is useful. ...

Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived
Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in which method 

Identify the correct argument for the function call fflush() in ANSI C:A)stdoutB)stdinC)stderrD)All the above 
Latest Answer: A)stdoutB)stdinC)stderrD)All the above Answer :: D] All the above ...

Hi,the question is you have cpu that knows to docomputations on 32 bits(unsigned integer).write a function that find the sum of 2 64 bits numbers using this cpu?there is a struct:typedef struct{ int 
Latest Answer: Hello friends, Here we need to use a linked list. See, it is already known that CPU doesnot support one single 64bit number hence, first thing is that using normal data types will be useless. So here what we can do is.. Create two linked lists where each ...
Read Answers (2) | Asked by : eminemm

what are the different types of errors observed in C and classify them as compile time or run-time errors. 
Latest Answer: C and C++ are different. for example: type casting. ...
Read Answers (2) | Asked by : bhavyam

The usage of static with a function or variable restricts their scope.Is this behaviour memory related? 
Latest Answer: The keyword static dose not effect the sorage of function as it dose in case of variable a static variable means that it is stored in static dat  section but a static function dose not mean that alhough it means this function would not be accessibe ...
Read Answers (2) | Asked by : vjaya

Write a program to find the binary form for the given charcter input.eg:- for 'A' ASCII value is 65 and its binary form is 1000001. 
Latest Answer: Here is a simple code which will just get each bit of the char by AND operationint main (){    char a; int i,j;    printf("Enter a charn");    scanf("%c",&a);    printf("The ...

#includevoid main(){ float a=0.7; if(a 
Latest Answer: #include#includevoid main(voif){float a=0.9,b=0.9;double c=0.9;if(a

Write a program to find distinct word from file,and to check a particular word present or not in each line  
Latest Answer: Here is how I would write this in C++.....Enjoy// // File:   FindWordCPP.cc// Author: Steven Ong//// Created on February 19, 2008, 11:05 PM//#include #include #include #include #include ...

main(){ printf("%d",(2.5*2.5));}above gives output of 0 plss explain 
Latest Answer: agreed except that we loose 6 bytes, rather we can say sizeof(double) - sizeof(int). As in case of linux we loose 4 bytes as sizeof(int) == 4 bytes ...

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
# 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