Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?

1 Answers   TCS,


#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain &#1567;&#1567;&#1567;

4 Answers  


Why is c so powerful?

0 Answers  


implement OR gate without using any bitwise operator.

1 Answers   Alcatel, Wipro,


main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }

1 Answers   CodeChef,






What is a const pointer in c?

0 Answers  


Why c is called top down?

0 Answers  


What are the different types of constants?

0 Answers  


Explain bitwise shift operators?

0 Answers  


how to build a exercise findig min number of e heap with list imlemented?

0 Answers  


write a c program to add two integer numbers without using arithmetic operator +

13 Answers   Value Labs,


int i=~0; uint j=(uint)i; j++; printf(“%d”,j);

1 Answers  


Categories