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

The statement, int(*x[]) () what does in indicate?

0 Answers  


how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.

3 Answers  


Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986

1 Answers  


What is enumerated data type in c?

0 Answers  


what is the difference between static variable and register variable?

3 Answers  






What is Dynamic memory allocation in C? Name the dynamic allocation functions.

1 Answers  


What is a class c rental property?

0 Answers  


what is available in C language but not in C++?

10 Answers   CTS, TCS,


What is diffrance between declaration and defination of a variable or function

4 Answers  


1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?

0 Answers  


int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?

6 Answers   Verifone,


how can I convert a string to a number?

0 Answers  


Categories