How would you use the functions randomize() and random()?
No Answer is Posted For this Question
Be the First to Post Answer
Is c++ platform dependent?
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?
What are friend classes?
What is a breakpoint?
What is the difference between a constructor and a destructor in C++?
What is the difference between while and do while loop?
What is struct c++?
What are the different types of polymorphism in c++?
Show the declaration for a pointer to function returning long and taking an integer parameter.
What problems might the following macro bring to the application?
What are the popular tools used to detect memory leaks in c++
Is java made in c++?