Write a program to print all permutations of a given string.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?

4 Answers   NIIT,


in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

0 Answers  


What's the difference between constant char *p and char * constant p?

0 Answers   Celstream,


How to add two numbers with using function?

4 Answers  


Why is extern used in c?

0 Answers  


What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(“%d\n”,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none

2 Answers  


hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES

2 Answers   Wipro,


What is 1f in c?

0 Answers  


what is the diffrenet bettwen HTTP and internet protocol

0 Answers  


What are data types in c language?

0 Answers  


what is the benefit of c30

2 Answers  


How many main () function we can have in a project?

0 Answers  


Categories