Que.Which of the following data structure is linear type?A.stringsB.listsC.queuesD.all of the above
SIKSHAPATH Latest Questions
QuestionComputers are used for processing numerical data called _ data.a.floatb.localc.characterd.non-local
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 ...
If the address of A[1][1] and A[2][1] are 1000 and 1010 respectively and each element occupies 2 bytes then the array has been stored in _________ order. a. column major b. matix major c. row major d. none of the above
Write a Program in C/C++ to enter two strings and find the length of two strings without using a pre-defined function.