top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

WAP in C to generate strings upto length 15 with individual symbols like {0,1}, {a,b} and {+,-}

+1 vote
495 views
WAP in C to generate strings upto length 15 with individual symbols like {0,1}, {a,b} and {+,-}
posted Feb 16, 2014 by Prachi Agarwal

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button
Can u please explain the question further
Ur question is not clear what you want to achieve...Can you put some example so that people can put the answer....

Similar Questions
0 votes

I want to write a c program where I can count no of line, no of blank lines, no of commented lines and no of lines ending with semicolon, please help!!!

+2 votes

Input:
arr = {'a', 'b'}, length = 3

Output:
aaa
aab
aba
abb
baa
bab
bba
bbb

...