answersLogoWhite

0


Best Answer

what is if(!(str[i]==32))

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you write a c program to find the smallest word in a string?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Write the program in Linux to find the reverse of any string?

i am sam


Write a program to find the length of a string in shellscript?

This is an assignment not a question.


How do you write a c program to find a word in a string?

what is if(!(str[i]==32))


Write a Shell program to find the smallest number from a set of numbers?

k


Do I need to write a program to find a substring in a given string in c plus plus?

No.


How to write A Java program to print number of digits in a given number?

One way to do this is to convert the number to a String, then use the corresponding String method to find out the length of the String.


Write a c program using string concept enter a sting and replace the new string in to old string and find no of occurrence?

print c co com comp compu


How do you write a program to find the no of words in a given string in dot net?

You find a language that can be targeted towards the .NET Framework. What you are suggesting is something related to string manipulation and you can work with delimiters.


Write a Java Program to find occurences of given word in a text?

Check the documentation of the String class, for a method that searches for a substring.


C program to find the largest and smallest character in a word?

helicopter


How do you Write a java program with a while loop to find smallest n such that n2 is greater than 10000?

int n = 0; while( (n*n) <= 10000 ) { ++n; }


How do you write Square program using vb?

write a vb program to find the magic square