C is to C++ as 1 is to
a) What the heck
b) 2
c) 10
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of lambda in c++?
If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?
What is the use of typedef?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
Which bit wise operator is suitable for turning off a particular bit in a number?
Which compiler does turbo c++ use?
Explain the difference between class and struct in c++?
What do you mean by “this” pointer?
What is #include iostream in c++?
How to create a reference variable in C++
Explain the concept of dynamic allocation of memory?
Describe private, protected and public – the differences and give examples.