Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??
2 4278Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
CTS,
2628Snake 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.
3063show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
1 11190Write a program to get the value of sin (x) using a library function , when x is given in degrees.
1 4913Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number
1 6008. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
3321Post New C++ General Questions
What is c++ hiding?
What is an associative container in c++?
When we use Abstract Class and when we use Interface?where we will implement in real time?
Is c++ a low level language?
What is a loop? What are different types of loops in c++?
List the types of polymorphism in c++?
What is using namespace std in c++?
Write a program to find the reverse Fibonacci series starting from N.
Explain deep copy?
What gives the current position of the put pointer?
Is java a c++?
Explain Memory Allocation in C/C++ ?
What is the use of map in c++?
What is the size of a vector?
Can java be faster than c++?