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

Is c is a middle level language?

0 Answers  


What is structure in c explain with example?

0 Answers  


i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4

2 Answers  


how can i calculate mean,median,mode by using c program

1 Answers   HCL,


what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;

2 Answers   Google,


Explain can you assign a different address to an array tag?

0 Answers  


can we implement multi-threads in c.

0 Answers  


what is the use of pointers

6 Answers   Adobe, GrapeCity,


Write a program to interchange two variables without using the third variable?

17 Answers   Accenture, College School Exams Tests, Infotech,


What is else if ladder?

0 Answers  


What is exit() function?

0 Answers  


Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?

1 Answers   Microsoft,


Categories