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
Dont ansi function prototypes render lint obsolete?
Explain modulus operator.
Can you add pointers together? Why would you?
Where in memory are my variables stored?
Can we initialize extern variable in c?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Explain how can a program be made to print the line number where an error occurs?
Explain main function in c?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
How are variables declared in c?
Why clrscr is used in c?
What is a memory leak? How to avoid it?
while initialization of array why we use a[][2] why not a[2][]...?
Why do we use null pointer?
please send me the code for multiplying sparse matrix using c