What is the output of this program?
#include < stdio.h >
using namespace std;
int main()
{
char str[5] = "ABC";
cout << str[3];
cout << str;
return 0;
}
1 Crore+ students have signed up on EduRev. Have you? Download the App |
How many specifiers are present in access specifiers in class?
How many kinds of classes are there in c++?
which of the following is used to implement the c++ interfaces?
If #include is used with file name in angular brackets.
Which of the following is “NOT” a UNIX variant ?
An expression involving byte, int, and literal numbers is promoted to which ofthese?
18 docs|28 tests
|
18 docs|28 tests
|