What is null and void pointer?
No Answer is Posted For this Question
Be the First to Post Answer
How do you link a C++ program to C functions?
What is a base class?
Floating point representation and output seems to be compiler dependent?
int *p = NULL; printf("%1d",p) ; what will be the output of this above code?
What is nested class in c++?
Difference between Top down and bottom up approaches for a given project ?
14 Answers BSNL, CSC, HCL, HP, IIT, Infosys, Siemens,
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
What are the techniques you use for debugging?
What is the best way to take screenshots of a window with c++ in windows?
What is the syntax for a for loop?
What is singleton pattern in c++?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)