Recent questions tagged Cplusplus

0 votes
    Which keyword is used to define the macros in c++? a) #macro b) #define c) macro d) define...
asked Oct 19, 2022 in Education by JackTerrance
0 votes
    Which of the following is used to terminate the function declaration in C++? a) ; b) ] c) ) d) :...
asked Oct 19, 2022 in Education by JackTerrance
0 votes
    Which is more effective while calling the C++ functions? a) call by object b) call by pointer c) call by value d) call by reference...
asked Oct 19, 2022 in Education by JackTerrance
0 votes
    What is the use of the indentation in c++? a) r distinguishes between comments and inner data b) distinguishes ... and code d) r distinguishes between comments and outer data...
asked Oct 19, 2022 in Education by JackTerrance
0 votes
    What will be the output of the following C++ code? #include using namespace std; int main () { int cin; cin ... fault b) Nothing is printed c) Error d) cin: garbage value...
asked Oct 19, 2022 by JackTerrance
0 votes
    What is the size of wchar_t in C++? a) Based on the number of bits in the system b) 2 or 4 c) 4 d) 2...
asked Oct 19, 2022 in Education by JackTerrance
0 votes
    Which of the following correctly declares an array in C++? a) array{10}; b) array array[10]; c) int array; d) int array[10];...
asked Oct 19, 2022 in Education by JackTerrance
To see more, click for the full list of questions or popular tags.
...