write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. 
You will then tabulate this information in another file.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

0 Answers  


Write a program to swap two numbers without using the third variable?

0 Answers  


What is the use of the #include directive?

3 Answers  


What is the difference between variable declaration and variable definition in c?

0 Answers  


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

0 Answers  


Why is this loop always executing once?

0 Answers  


what does the following code do? fn(int n,int p,int r) { static int a=p; switch(n){ case 4:a+=a*r; case 3:a+=a*r; case 2:a+=a*r; case 1:a+=a*r; } } a.computes simple interest for one year b.computes amount on compound interest for 1 to 4 years c.computes simple interest for four year d.computes compound interst for 1 year

7 Answers   TCS,


How can I call fortran?

0 Answers  


How can I read in an object file and jump to locations in it?

0 Answers  


How to write a program to receive an integer & find its octal equivalent by using for loop?

1 Answers   Google,


What is the use of getchar functions?

0 Answers  


What is the difference between functions abs() and fabs()?

0 Answers  


Categories