write a program to count the no of repaeted words in a line?
Answer / k raja sekhar
create a linked list of stucture having 2 feilds
1. string "to keep the string"
2. int "to maintain count"
get a word from the line, check in a array say words[]. if it is available just increase the count of the word in the linked list if not create a new node and insert the word in the array.
| Is This Answer Correct ? | 0 Yes | 2 No |
How can I read in an object file and jump to locations in it?
How can I find out how much memory is available?
is assignment operator is arithmatic or not
What is the purpose of void in c?
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
code for inverse a matrix
an algorithem for the implementation of circular doubly linked list
If errno contains a nonzero number, is there an error?
write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix
write a c program in such a way that if we enter the today date the output should be next day's date.