program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
3 7580for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable
2 4502
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.
Do pointers take up memory?
What is a void pointer? When is a void pointer used?
Why does everyone say not to use scanf? What should I use instead?
Why string is used in c?
Write a code on reverse string and its complexity.
List the difference between a While & Do While loops?
Explain about C function prototype?
In which layer of the network datastructure format change is done
Can we change the value of static variable in c?
What is the use of function overloading in C?
Explain the difference between null pointer and void pointer.
Write a program to use switch statement.
Explain do array subscripts always start with zero?
What is integer constants?