What is srand c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is a container class? What are the types of container classes in c++?
To which numbering system can the binary number 1101100100111100 be easily converted to?
What are Binay tress and B trees? Diff between them?
if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
What is the extraction operator and what does it do?
What are the various situations where a copy constructor is invoked?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
Explain how to initialize a const data member.
Explain terminate() function?
What are the static members and static member functions?