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 4077Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
CTS,
2543Snake 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.
2966show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
1 11061Write a program to get the value of sin (x) using a library function , when x is given in degrees.
1 4744Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number
1 5860. 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?
3243Post New C++ General Questions
Which bit wise operator is suitable for turning off a particular bit in a number?
Explain stack unwinding.
what is c++
What is the standard template library (stl)?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
Can circle be called an ellipse?
what is C++ exceptional handling?
How would you use qsort() function to sort an array of structures?
What is the purpose of extern storage specifier?
What is a string example?
What is stack unwinding?
How can you quickly find the number of elements stored in a dynamic array?
List the special characteristics of constructor.
Can c++ do everything c can?
What is a loop? What are different types of loops in c++?