Which ONE WILL DELETE THE TABLE DATA AS WELL AS TABLE STRUCTURE? A. TRUNCATE B. DROP C. DELETE D. BOTH A & B
Home/Computer Science/Data Structure/Page 3
SIKSHAPATH Latest Questions
Pavanagg
Asked: July 21, 2022In: Data Structure
Which feature can be implemented using encapsulation? A. Inheritance B. Abstraction C. Polymorphism D. Overloading
Pavanagg
Asked: June 30, 2022In: Data Structure
Que.Which of the following data structure is linear type?A.stringsB.listsC.queuesD.all of the above
Pavanagg
Asked: June 13, 2022In: Data Structure
QuestionComputers are used for processing numerical data called _ data.a.floatb.localc.characterd.non-local
Pavanagg
Asked: June 5, 2022In: Data Structure
Which of the following function is used to find the first occurrence of a given string in another string? a. strnset() b. strstr() c. strrchr() d. strchr()
Suppose the numbers 7, 5, 1, 8, 3, 6, 0, 9, 4, 2 are inserted in that order into an initially empty binary search tree. The binary search tree uses the usual ordering on natural numbers. What is the in-order ...