U
Q. What is the output of this program?
#include using namespace std; int main() { /* this is comment*\ cout << "Uday"; return 0; }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. ‐‐‐‐‐‐‐‐‐‐‐ Statement used to branch unconditionally from one point to another in the program.
Q. Which of these functions is used for incrementing the iterator by a certain value?
Q. Identify the correct extension of the user-defined header file in C++.
Q. A ‐‐‐‐‐‐‐‐ for an object is a request for execution of a procedure.
Q. ___ data type to indicate the function does not return a value.
Q. The << operator is known as‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐.
Q. Which of the following is Right Shift operator?
Q. The mechanism of deriving a new class from another class
Q. Which of the following is/are advantages of cellular partitioned structure?
Discusssion
Login to discuss.