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
What is the process to create increment and decrement stamen in c?
What are preprocessor directives in c?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Who developed c language and when?
What is function and its example?
Write the syntax and purpose of a switch statement in C.
Which header file is used for clrscr?
What does s c mean in text?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
Explain what is the advantage of a random access file?
How can I sort more data than will fit in memory?
What is a constant?
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
How to Throw some light on the splay trees?
What is an array in c?