Concept drill
string-length
GATE CSE & IT · Combinatorics · 1989-2024
3
PYQs
67%
keyed
0
elite explanations
3
years appeared
Study anchor
Rosen — Discrete Mathematics and Its Applications
Discrete structures, counting, relations, graph theory
Practice action
Start latest PYQPYQs in this concept
All concepts →2024 Q33
Consider the following C function definition. int fX (char *a) { char *b = a; while (*b) b++; return b - a;} Which of the following statements is/are TRUE?
mediumanswer key
1994 PYQ
The number of substrings (of all length inclusive) that can be formed from a character string of length $$n$$ is
easyanswer key
1989 PYQ
How many sub strings can be formed from a character string of length $$n$$?
easy