STL (140)
OOPS (873)
C++ General (2409) Difference between Overloading and Overriding?
Appnetix Techno, GameLoft, HP, IBM, NIIT, Rohde and Schwarz,
35 205983
When to use “const” reference arguments in a function?
Can you declare an array without a size 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 you know about c++?
Which coding certification is best?
Can static member variables be private?
What is a memory leak c++?
What do stl stand for?
What is else if syntax?
How the keyword struct is different from the keyword class in c++?
What is the output of the following program? Why?
What does <> mean pseudocode?
A prime number is a number which is divisible only by itself and 1. Examples of the first few primes are 2, 3, 5, 7, 11. Consider writing a program which can generate prime numbers for you. Your program should read in and set a maximum prime to generate and a minimum number to start with when looking for primes. This program should be able to perform the following tasks: 1. Read the maximum number from user (keyboard input) to look for primes. The program should not return any primes greater than this number. 2. Read the minimum number from user (keyboard input) to look for primes. The program should not return any primes less than this number. 3. Generate and print out every prime number between the maximum prime and minimum number specified by the user.
How does free know the size of memory to be deleted
What is c++ good for?