R
Q. What happens if the following program is run in C and C++?
#include<stdio.h> int main() { display(); } int display() { printf("Hello World!"); 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. What would happen in case one uses a void in the passing of an argument?
Q. What is used to read from the console in C++?
Q. Which of the following escape sequence represents the carriage return?
Q. Which of the following operator functions cannot be global?
Q. What is the output of the following C++ program?
Q. Which of the following type of class allows only one object of it to be created?
Q. A member function can always access the data in __________, (in C++).
Q. Which operator has more precedence in below list?
Q. What is the size of a generic pointer in C++ (on a 32 bits platform)?
Discusssion
Login to discuss.