Program to trim a given character from a string.
Answer Posted / dj
in above solution while loop iterates for only 6 times
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When should the volatile modifier be used?
What are the advantages of external class?
What is function definition in c?
Can we assign integer value to char in c?
how can f be used for both float and double arguments in printf? Are not they different types?
What does the function toupper() do?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Explain how can I open a file so that other programs can update it at the same time?
How do I determine whether a character is numeric, alphabetic, and so on?
what do the 'c' and 'v' in argc and argv stand for?
What is struct node in c?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
a program that can input number of records and can view it again the record
Is a house a shell structure?
What are derived data types in c?