What are arrays c++?
No Answer is Posted For this Question
Be the First to Post Answer
Implement a 2 dimensional array by one dimentional array
How much maximum can you allocate in a single call to malloc()?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
What do you mean by volatile and mutable keywords used in c++?
Can a built-in function be recursive?
What is a far pointer? where we use it?
Can you overload the operator+ for short integers?
State two differences between C and C++.
Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator
2 Answers HCL, Lehman Brothers, Zoomerang,
What are the different types of comments allowed in c++?
What are keywords in c++?
What is pointer -to-members in C++? Give their syntax?