What is setbase c++?
No Answer is Posted For this Question
Be the First to Post Answer
If dog is a friend of boy, is boy a friend of dog?
Can a program run without main in c++?
Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.
the first character in the variable name must be an a) special symbol b) number c) alphabet
how to connect with oracle 9i with server in socket program in c/c++
Can you pass an array to a function in c++?
What is an ABC: an "Abstract Base Class"?
What are built-in functions? What is the syntax for the definition?
What are the advantages of using const reference arguments in a function?
a class that maintains a pointer to an object that is programatically accessible through the public interface is known as?
How is computer programming useful in real life?
Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].