What are the popular tools used to detect memory leaks in
c++
Answer Posted / sagar gupta
i don't no
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
What are the defining traits of an object-oriented language?
Who discovered c++?
Explain Memory Allocation in C/C++ ?
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.
Why is c++ still used?
How can you tell what shell you are running on unix system?
What is rvalue?
What is c++ 11 and c++ 14?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
What is private inheritance?
Is C++ case sensitive a) False b) Depends on implementation c) True
What is the C-style character string?
Write a C++ Program to check whether a number is prime number or not?