STL (140)
OOPS (873)
C++ General (2409) which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
1238If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
1585Does there exist any other function which can be used to convert an integer or a float to a string?
1135
What is bubble sort c++?
What is difference between n and endl in c++?
Where is atoi defined?
What is c++ flowchart?
Explain the properties and principles of oop.
How is c++ different from java?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
what is the drawback of classical methods in oops?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Why do we use structure in c++?
What are the advantages of using const reference arguments in a function?
What is a down cast?
What is abstraction with example?
help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase
Explain method of creating object in C++ ?