Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
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 == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
What is the difference between new() and malloc()?
Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D
Is overriding possible in c++?
What does new in c++ do?
What is the use of data hiding?
What is the difference between global variables and static varables?
Differentiate between a template class and class template in c++?
What is the disadvantage of using a macro?
What is an associative container in c++?
What is long in c++?
Explain polymorphism?
How much do c++ programmers make?
Why are pointers used?