Search results for strings

1 votes
2 answers
3
char st[] = {‘G’,’A’,’T’,’E’,’\0’};then string ka length 4 hoga ya 5 with null character?
0 votes
1 answer
5
0 votes
3 answers
9
Write a regular expression for all strings of 0’s and 1’s in which there is an even number of 0’s between any two 1’s.
0 votes
1 answer
11
Write a regular expression for all strings of 0’s and 1’s in which the total number of zeros to the right of each 1 is even.
0 votes
0 answers
12
For sr 7,11- 1. i.Strings of 0's and 1's of the form aa', where a is binary string and a' is reverse of a.ii. Binary string of the form xy s.t. x!=y. Total length of xy i...
0 votes
1 answer
13
0 votes
1 answer
14
{ε}* , {ε} are these two expressions equal or different ? where ε is the empty string
1 votes
1 answer
15
DOUBT:suppose a memory space of 16B is given and it is asked that what is the maximum length of string it can store.then do we have to consider the space taken by the �...
1 votes
0 answers
17
3 votes
1 answer
20