#include <iostream>
using namespace std;
int main() {
int a = 3;
int c[5][5];
for (int x=0;x<5;x++) {
for (int y=0;y<5;y++) {
c[x][y] = x*y;
}
}
cout << c[a][2];
}
Can you inherit a private class?
given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy
What is static modifier?
what does exactly the linker do?
what is difference between objects and function
Program to read a comment string
write a program to find the largest of two numbers without using for,while,switch,if else, conditional operator and do while using c++ pgmng language
can main method be overloaded...??? How..????
What is Virtual Keyword?
what is difference between thread and programme.
what is virtual function?
what is function over loading?