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.
Is c is a middle level language?
What is structure in c explain with example?
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
how can i calculate mean,median,mode by using c program
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++;
Explain can you assign a different address to an array tag?
can we implement multi-threads in c.
what is the use of pointers
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?
What is exit() function?
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?