What is the difference between #import and #include in c++?
No Answer is Posted For this Question
Be the First to Post Answer
the maximum length of a character constant can be a) 2 b) 1 c) 8
Which algorithm do you like the most? Why?
What is a container class? What are the types of container classes?
Can a list of string be stored within a two dimensional array?
Is java a c++?
Explain shallow copy?
Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?
Where is atoi defined?
What is the function to call to turn an ascii string into a long?
Memory is not a constraint. In a single iteration(NOTE: you can't go back), how will you find out the 10th last node/item in a linked list.
16 Answers BNB, FDS, Goldman Sachs, Nagarro,
Is c++ high level programming language?
What are single and multiple inheritances in c++?