What are the 4 types of data?
Answer / Pratap Singh Chauhan
The four basic data types in C++ are: Integral Types (int, char, and bool), Floating Point Types (float and double), Character String Type (std::string), and User-Defined Data Types (structures and classes).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a circular singly linked list?
State the merits of linear representation of binary trees?
What is array traversing?
how to search an element in sorted linked list with time complexity is O(log n).
In Data Structure, write output of given program.
1 Answers HPCL, Hughes Systique Corporation,
What is a Breadth First Search? Give a few of its applications.
Can treeset contain duplicates?
What is the Role of push() and pop() method?
What happens when arraylist is full?
What is difference between linear and non linear data structure?
What is hashing technique? Describe in brief.
What you mean by sorting?