i got a backdoor offer in process global,Bangalore..Can i
work with it?
No Answer is Posted For this Question
Be the First to Post Answer
i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<<k; } //please comment on the output
What is polymorphism programming?
What is overloading in oops?
what is ns string? what is ns array?
#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 are the different types of qualifier in java?
What is the important feature of inheritance?
What is abstract class in oop?
what is ltti
Why static functions always uses static variables?
What is the difference between class and object?
How to use CMutex, CSemaphore in VC++ MFC