How would you use the functions randomize() and random()?
No Answer is Posted For this Question
Be the First to Post Answer
How would you differentiate between a pre and post increment operators while overloading?
Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?
Write the program for fibonacci in c++?
What is the main purpose of c++?
To what does “event-driven” refer?
What is the function of the keyword ‘volatile’ in C++?
Can we get the value of ios format flags?
What is c++ virtual inheritance?
What is static function and static class?
Is python written in c or c++?
You run a shell on unix system. How would you tell which shell are you running?
How to avoid changing constant values?