what Is DCS ? what i will get benefit when i did?
No Answer is Posted For this Question
Be the First to Post Answer
List the features of oops in c++?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
Should I learn c++ c?
What is a syntax in c++?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
What are friend functions in C++?
What is c++ prototype?
write the programme that convert a interger to biniry number
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == 4 ) y-= 7; else y = 8; Enter a segment of code (without any IF statements) that does exectly the same thing using the switch structure.
What is the difference between mutex and binary semaphore?
What is the benefit of encapsulation?