What is the purpose of enum?
No Answer is Posted For this Question
Be the First to Post Answer
Definition of Object Oriented Programming in single line?
33 Answers Impact Systems, Q3 Technologies, TCS,
whats the difference between c and c++
What is the difference between inheritance and polymorphism?
#include <iostream> using namespace std; int main() { int a = 2; 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][c[1][4]]; }
What is pure oop?
what is opps?why it is use in programming language?
what is the difference between inter class and abstract class...?
In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that
Name an advantage of linked list over array?
Why interface is used?
Can you explain polymorphism?
What does and I oop and sksksk mean?