What is c++ library?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
Can we distribute function templates and class templates in object libraries?
What are the benefits of c++?
What operator is used to access a struct through a pointer a) >> b) -> c) *
What is the size of integer variable?
What is the type of 'this' pointer?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
Explain function overloading and operator overloading.
Explain the use of this pointer?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
What is lambda in c++?