Describe linkages and types of linkages?
No Answer is Posted For this Question
Be the First to Post Answer
Why is "using namespace std;" considered bad practice?
When is dynamic checking necessary?
What are the four partitions in which c++ compiler divides the ram?
When is a template a better solution than a base class?
What is a c++ object?
What is the most common mistake on c++ and oo projects?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
What is a down cast?
What is namespace & why it is used in c++?
What is basic if statement syntax?
Can we specify variable field width in a scanf() format string? If possible how?