Define and explain about ! Operator?
No Answer is Posted For this Question
Be the First to Post Answer
How to implement call back functions ?
Ow can I insert or delete a line (or record) in the middle of a file?
What are runtime error?
What is the use of sizeof () in c?
coding for Fibonacci.?
What is the difference between class and object in c?
what is the different bitween abap and abap-hr?
code snippet for creating a pyramids triangle ex 1 2 2 3 3 3
explain what is a newline escape sequence?
count the numbers between 100 and 300, that star with 2 and ends with 2
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.
Write a program to generate random numbers in c?