What do you mean by ‘void’ return type?
No Answer is Posted For this Question
Be the First to Post Answer
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?
Is python written in c or c++?
How is modularity introduced in C++?
What is the difference between inline functions and macros?
What does extern mean in a function declaration in c++?
difference between macro and function?
Can constructor be static in c++?
what are difference between c and c++?
How much is c++ certification?
What is an associative container in c++?
Why is c++ a mid-level programming language?
What are advantages of c++?