Which of the following is not regular?
(a) String whose length is perfect square and consists of 0s
(b) Palindromes consisting of 0’s and 1’s
(c) String whose length is perfect square and consists of 0s & Palindromes consisting of 0’s and 1’s
(d) None of the mentioned
This question was addressed to me in a national level competition.
My doubt stems from Obtaining the regular Expression from the Finite automata in portion Finite Automata and Regular Expression of Compiler