What is a syntax in c++?
No Answer is Posted For this Question
Be the First to Post Answer
How can a struct in c++ differs from a struct in c?
What is a far pointer? where we use it?
what is the emaning of '#include" "'?
If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?
What is the disadvantage of using a macro?
Explain overriding.
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
When can you tell that a memory leak will occur?
Why use of template is better than a base class?
what is static function
How to declare a function pointer?
which operator is used for performing an exponential operation a) > b) ^ c) none