Which of the following strings contains balanced braces?
a. ab{cde{fg}hi{jkl}
b. ab{cde{fghi}j}kl}
c. {abc{de}{fg}hij}kl
d. {ab{cde{fgh}ijkl}
c. {abc{de}{fg}hij}kl
Computer Science & Information Technology
You might also like to view...
Briefly explain who IMAP works.
What will be an ideal response?
Computer Science & Information Technology
(Comparing Strings) Write a program that uses function strcmp to compare two strings in- put by the user. The program should state whether the first string is less than, equal to or greater than the second string.
What will be an ideal response?
Computer Science & Information Technology