GeekInterview.com
  I am new, Sign me up!
 

C Interview Questions


C Interview Questions

Questions: 453
Comments: 1523
 Showing Questions 71-80 of 453 Questions
<< Previous 4 5 6 7 [8] 9 10 11 12 13 Next >>
 Sponsored Links

 
 C Interview Questions
Sorting Options :  

Latest Answer: I just want to make a small point.When you assign an array to a pointer, you can't put an & signint arr[5]={1,2,3},*p1;p1=arr;This will workint arr[5]={1,2,3},*p1; p1=&arr; error: cannot convert `int (*)[5]' to `int*' in assignmentThis ...
Read Answers (3) | Asked by : srinivasarao
Tags : Pointer

Is nesting of conditional operator( ? : ) possible? If no then why? If yes then write down the program to find the greatest of three number?
Yes, Nesting of conditional operator is possible .Write down the program yourself. 
Read Answers (1) | Asked by : sanjeev

What will be the output of the code?#includemain(){int a=10;int b;b=a++ + 20;printf("a= %d b= %d", a, b);}
The o/p will be 11 30. Can somebody tell me how? 

Latest Answer: Typedef  is used to create a new name to an already existing data type. Redefine the name creates conflict with the previous declaration.eg:typedef unsigned int UINT32 Macros [#define] is a direct substitution of the text before compling ...
Read Answers (1) | Asked by : Deepak

What is difference between && and & similarly || and | i.e., What is difference between logical AND and bit-wise AND?
Read Answers (1) | Asked by : sivashankar

Latest Answer: Indicate that a variable can be changed by a background routine. ...
Read Answers (2) | Asked by : manohar

Latest Answer: I don't understand whether the given number means an integer or a float number. However, we cannot find any complex number from the given number being a real number. It is possible to extract integers or even floating numbers from a given complex ...

Latest Answer: RAND: Rand uses a multiplicative congruential random number generator with period232 to return successive pseudo-random numbers in the range 0 to RAND_MAX. Return Value: Rand returns the generated pseudo-random number.RANDOM(): Random returns a random ...
Read Answers (1) | Asked by : Golda

Latest Answer: That's true overloading in not possible in C.But in C++ function can be varied depending on its argument not on the return type.because, if there are two function with the same name having same argument list but with different kind of return type, ...

Latest Answer: Use Of Far Pointer..........Each program has its own data and code segments which is allocated by the compiler.The normal pointer or near pointer can address locations which are in its data segment. far pointer is used to address locations which ...
Read Answers (2) | Asked by : Shahed Parvez
Tags : Pointer

View page << Previous 4 5 6 7 [8] 9 10 11 12 13 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