Answer Posted / neel pooja
they asked what compiler was used that is, the compiler
used in the beginning or used in the past
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
which operator is used for performing an exponential operation a) > b) ^ c) none
What is increment operator in c++?
Describe the syntax of single inheritance in C++?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
What are c++ manipulators?
Is c++ low level?
How would you find out if a linked-list is a cycle or not?
Array base access faster or pointer base access is faster?
Explain binary search.
Explain overriding.
What is difference between c++ and c ++ 14?
What are shallow and deep copy?
Difference between class and structure.
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?