Which programming language is best to learn first?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by enumerated data type?
Is c++ vector a linked list?
What does floor mean in c++?
What is RAII (Resource Acquisition Is Initialization)?
Is c++ used anymore?
What do you mean by inheritance in c++?
When is a template a better solution than a base class?
How delete [] is different from delete?
Can we inherit constructor in c++?
Why is "using namespace std;" considered bad practice?
How would you use the functions randomize() and random()?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).