what are Operators and explain with an example?
No Answer is Posted For this Question
Be the First to Post Answer
Explain selection sorting?
How will you call C functions from C ++ and vice-versa?
0 Answers Agilent, Tavant Technologies, Thomson Reuters, Verifone,
1.Between 100 and 999 are some numbers that have the characteristics that if you cube the individual digits and sum together you will get the same number. 2. A program that can accept as input an integer and output the equivalent of that number in words.
What is the keyword auto for?
What is #include cmath?
What is a friend function in c++?
Consider the following code fragment: int main(void) { int m = 4; mystery ( m ); mystery ( m ); printf("%d", m); return 0; } What is the output on the monitor if mystery is defined as follows ? void mystery (int m) { m = m+3; }
what is the basic concept of c++(object oriented programing)
How are pointers type-cast?
What gives the current position of the put pointer?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
5. Can inline functions have a recursion?