Write a program to write a given string in maximum
possibilities?
i.e str[5]="reddy";
i.e we can write this string in 120 ways
for that write a program
Answer Posted / ram
Hi thanks for this answer
But i need all that possibilities to be printed
If u can make that answer let me know?
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Tell me when would you use a pointer to a function?
When should the const modifier be used?
How is a null pointer different from a dangling pointer?
Why & is used in scanf in c?
What is the scope of global variable in c?
How can you increase the allowable number of simultaneously open files?
What is the difference between c and python?
#include
Does c have class?
What is the purpose of ftell?
What is struct node in c?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Why is c called a structured programming language?
What is a pointer in c?
How many loops are there in c?