What is searching?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }
what is oops and list its features in c++?
Can you write a function similar to printf()?
What is else syntax in c++?
What is a syntax in c++?
C++ program output? Explain output of this program. #include <iostream> using std::cout; using std::cin; int main() { cout<<cout<<' '; cout<<cin; return 0; } It prints some address in hexadecimal. what is it?
Explain the difference between using macro and inline functions?
What is runtime errors c++?
What is endl?
What are the various access specifiers in c++?
What is volatile and pragma? When they are used?
What's the most powerful programming language?