What is a type library?
No Answer is Posted For this Question
Be the First to Post Answer
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
What is the stack?
Brief explaination about #include<iostream.h>, cin and cout
C is to C++ as 1 is to a) What the heck b) 2 c) 10
When does a name clash occur?
what is pulse code modulation?
Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;
Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.
What are the different types of Storage classes?
Is there any difference between dlearations int* x and int *x? If so tell me the difference?
Explain the isa and hasa class relationships. How would you implement each?
What is srand c++?