Write a program to print distinct words in an input
along with their count in input in decreasing order of
their count
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?
What is 02d in c?
What are keywords in c with examples?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What is the difference between CV and Resume ?
Write a program for Overriding.
What's wrong with "char *p = malloc(10);" ?
write an interactive program to generate the divisors of a given integer.
Is c dynamically typed?
Explain how can you determine the size of an allocated portion of memory?
difference between object file and executable file
What is an lvalue and an rvalue?