Const char *p , char const *p What is the difference between the above two?
No Answer is Posted For this Question
Be the First to Post Answer
In C++ cout is: a) object b) class c) something else
11 Answers Infosys, Lehman Brothers,
Should I learn c or c++ or c#?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
why is c++ called oops? Explain
What is a mutex and a critical section.Whats difference between them?How do each of them work?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
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?
What are c++ stream classes?
How do you remove an element from a set in c++?
What is c++ vb?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
How long does it take to get good at leetcode?