STL (140)
OOPS (873)
C++ General (2409)
What does sksksk mean in text slang?
What are the advantages of using typedef in a program?
Why c++ is created?
Consider the following C++ program
What is while loops?
Describe public access specifiers?
How do you traverse a btree in backward in-order?
How do you remove an element from a set in c++?
Explain the static member function.
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
What is a terminating character in c++?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
what is Loop function? What are different types of Loops?
What is an accessor in c++?
Why do we use double in c++?