Can you write the function prototype, definition and mention the other requirements.
No Answer is Posted For this Question
Be the First to Post Answer
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.
What is c programing language?
What is pointer to pointer in c?
What's wrong with "char *p; *p = malloc(10);"?
What is the difference between union and structure in c?
Difference between linking and loading?
Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d
What do you mean by dynamic memory allocation in c? What functions are used?
What are the __date__ and __time__ preprocessor commands?
What is typedef example?
Explain what are reserved words?
How can I read in an object file and jump to locations in it?