Question
12 11 21 62 ?
1234 What will come in place of (?) in the following questions?Solution
12 × 1 - 1 = 11 11 × 2 - 1 = 21 21 × 3 - 1 = 62 62 × 4 - 1 = 247 247 × 5 - 1 = 1234
In C++, which access specifier allows members to be accessible only within the class?
Which algorithm is used to find the shortest path from a single source in graphs with negative weights?
In C, what is the output of printf("%d", 5/2);?
Which of the following services is NOT commonly provided by AI/ML platforms?
In C, which function is used to dynamically allocate memory?
ch data structure is used in Depth-First Search (DFS)?
Which of the following is a valid C++ constructor?
In C++, which feature allows hiding the internal details of a class?
In mobile computing, which type of network allows devices to connect directly to each other without using a central router or switch?
Which of the following is true about MergeSort?