Question 4846 – UGC NET CS 2018-DEC Paper-2
November 15, 2023
Question 10898 – Sliding-Window-Protocol
November 15, 2023
Question 4846 – UGC NET CS 2018-DEC Paper-2
November 15, 2023
Question 10898 – Sliding-Window-Protocol
November 15, 2023

Question 4884 – UGC NET CS 2018-DEC Paper-2

The number of substrings that can be formed from string given by “a d e f b g h n m p” is

Correct Answer: C

Question 17 Explanation: 
If we have no repetition in a string then the number of substrings can be found using the formula :
n*(n+1)/2 + 1
We have added 1 because it may include a NULL string also.
The number of substrings = 10*(11)/2 +1
The number of substrings = 56
A
10
B
45
C
56
D
55
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!