What is scope resolution operator in c++ with example?
No Answer is Posted For this Question
Be the First to Post Answer
given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you
Write syntax to define friend functions in C++.
what is c++
What is heap sort in c++?
What are the different types of polymorphism in c++?
What is the main purpose of c++?
What is c++ & why it is used?
What is constructor and destructor in c++?
How do you generate a random number in c++?
What is c++ used for in games?
WHO DEVELOPED C++?
Explain method of creating object in C++ ?