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 are 3 types of structures?
what is the role you expect in software industry?
Explain what is a program flowchart and explain how does it help in writing a program?
What is getch() function?
How can you determine the size of an allocated portion of memory?
What are reserved words with a programming language?
Why does not c have an exponentiation operator?
How do I create a directory? How do I remove a directory (and its contents)?
Explain how many levels deep can include files be nested?
What is define c?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
How do you view the path?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What is stack in c?