if p is a string contained in a string?
No Answer is Posted For this Question
Be the First to Post Answer
String concatenation
What are the various types of control structures in programming?
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
What is an lvalue and an rvalue?
How can you be sure that a program follows the ANSI C standard?
Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???
Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.
What is the mean of function?
What is a loop?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Magic square
What is linear search?