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 4179Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
CTS,
2574Snake 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.
3013show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
1 11125Write a program to get the value of sin (x) using a library function , when x is given in degrees.
1 4830Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number
1 5941. 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?
3282Post New C++ General Questions
What is a class template in c++?
what is a class? Explain with an example.
Why is c++ is better than c?
What is iomanip c++?
What is the difference between global variables and static varables?
Define virtual constructor.
What are the advantages of using typedef in a program?
What is namespace & why it is used in c++?
In a function declaration what does extern means?
What is helper in c++?
What are the various compound assignment operators in c++?
Explain overriding.
How do you sort a sort function in c++ to sort in descending order?
List different attributes in C++?
What are all predefined data types in c++?