1. Write a C program to count the number of occurrence
of
a specific word in the given strings.
(for e.g. Find how many times the word “live” comes in the
sentence “Dream as if you’ll live forever, live as if
you’ll die today ”)
Answer Posted / anil
only balaji's ws de ri8 answer... thanx 2 him...
| Is This Answer Correct ? | 23 Yes | 15 No |
Post New Answer View All Answers
What is action and transformation in spark?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier. Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed. When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed. Sequence of take-off is the sequence of addition to the waitlist
Why can’t we compare structures?
Explain what is the difference between #include and #include 'file' ?
Explain what is the stack?
How do you list a file’s date and time?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
What is the data segment that is followed by c?
Why void main is used in c?
Why is c called a mid-level programming language?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What are high level languages like C and FORTRAN also known as?
Is that possible to add pointers to each other?