hi, this is raju,iam studying b.tech 2nd year,iam want know
about group1 and group2 details, and we can studying
without going to any instutions? please help me.
No Answer is Posted For this Question
Be the First to Post Answer
What does the keyword "static" mean?
What is a template?
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
i have to create a view in SQL as like in ORACLE DATA EXPRESS EDITION
#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]; }
What is multilevel inheritance?
What are the valid types of data that the main () can return in C/C++ language
what is runtime polymorphism? For the 5 marks.
what is the application of oops?
Why is static class not inherited?
What is basic concept of oop?
can we create and enter the data & hide files using programmes ?