What is the use of lambda in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what are the sizes and ranges of the basic c++ data types?
What is the difference between the functions rand(), random(), srand() and randomize()?
What is slicing?
What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;
List down the guideline that should be followed while using friend function.
Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program
What are default parameters? How are they evaluated in c++ function?
which is best institue to learn C/C++ IN AMEERPET OR MAITHRIVANAM OR SR NAGAR, PLEASE HELP. THANKS IN ADVANCE
How do you generate a random number in c++?
What is the difference between mutex and binary semaphore?
what Is DCS ? what i will get benefit when i did?
is throwing exception from a constructor not a good practice ?