what are the ways in which a constructors can be called?
No Answer is Posted For this Question
Be the First to Post Answer
what is a class
What is the example of polymorphism?
WILL I GET A guaranteed JOB AFTER DOING bsc()IT) and GNIIT from an NIIT CENTRE??
21 Answers Biocon, MIT, NIIT,
Why we are use # in begning of programme of c++.
Which is faster post increment or pre increment ? and in which cases should u use either - to increase speed?
#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 a class oop?
DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED PROGRAMING.
What is oops and its features?
What is difference between polymorphism and inheritance?
What does enum stand for?
write a program to find 2^n+1 ?