Is c object oriented?
No Answer is Posted For this Question
Be the First to Post Answer
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 use of #define preprocessor in c?
What is #define in c?
Explain the difference between #include "..." And #include <...> In c?
Is null always equal to 0(zero)?
What is the difference between abs() and fabs() functions?
What are the features of c languages?
What is difference between array and pointer in c?
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
What is c language in simple words?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What are different storage class specifiers in c?