Can you sort a set c++?
No Answer is Posted For this Question
Be the First to Post Answer
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
write a c++ program that gives output 4 3 4 2 3 4 1 2 3 4 using looping statement
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
Why are pointers not used in c++?
What is the difference between set and map in c++?
What is code reusability in c++?
Does there exist any other function which can be used to convert an integer or a float to a string?
What is the difference between cin.read() and cin.getline()?
What is c++ stringstream?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?