Question
नीचे दिया गया
प्रत्येक वाक्य चार भागों में बांटा गया है जिन्हें ( A), (B), (C), और ( D) क्रमांक दिए गए हैं। आपको यह देखना है कि वाक्य के किसी भाग में व्याकरण , भाषा , वर्तनी , शब्दों के गलत प्रयोग या इसी तरह की कोई त्रुटि तो नहीं है। त्रुटि अगर होगी तो वाक्य के किसी एक भाग में ही होगी , उस भाग का क्रमांक ही आपका उत्तर है। अगर वाक्य त्रुटिरहित है तो उत्तर ( E) दीजिए।Solution
व्याख्या: "का आदत" गलत प्रयोग है। सही रूप "की आदत" होगा।
Complete the Java method to extract a substring from text starting at startIndex and having length characters.
public class StringUtil {
�...
What is the time complexity for inserting an element into a binary heap?
Which of the following is a self-balancing Binary Search Tree that ensures a maximum height difference of 1 between the left and right subtrees of any n...
Given the string S = "aabaaab" for Z-Algorithm, what is the Z-array for this string? (Z is typically 0 or undefined).
Which of the following is a characteristic of "tight coupling" between software modules?
When designing a class, why is it generally a bad practice to make all fields public?
Which type of memory is fastest in terms of data access speed?
Which memory management technique divides logical memory into blocks of the same size, called pages, and physical memory into blocks of the same size, c...
Which of the following programming language can be used to process text data for the requirements in various textual data analysis?
fill the blank for space 14.