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 are actual arguments?
How will you delete a node in DLL?
What is double pointer in c?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
If you know then define #pragma?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
Explain can static variables be declared in a header file?
How can you increase the size of a statically allocated array?
write a program fibonacci series and palindrome program in c
What is 1f in c?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
If I have a char * variable pointing to the name of a function ..
What does *p++ do? What does it point to?
swap 2 numbers without using third variable?