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
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
How can I use a preprocessorif expression to ?
whether itis a structured language?
Can you return null in c?
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
any string of bits of length 'n' represents a unique non- negative integer between.............?
program to print upper & lower triangle of a matrix
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
Can the curly brackets { } be used to enclose a single line of code?
printf("%d",(printf("Hello")); What it returns?
What is Function Pointer? Explain with example?