How to use CMutex, CSemaphore in VC++ MFC
No Answer is Posted For this Question
Be the First to Post Answer
sir plz send me a set of questions that been frequently held in written examination during campus selection.
What is solid in oops?
explain the concepts of oops?
what is the difference between class and object?
What is oops?what is its use in software engineering?
What language is oop?
#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 data types in oop?
Where is pseudocode used?
Explain the concept of abstracion and encapsulation with one example. What is the difference between them?
Please send ford technologies placement paper 2 my mail id
why overriding?