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

What is a void * in c?

0 Answers  


How main function is called in c?

0 Answers  


n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }

7 Answers   Wipro,


Explain function?

0 Answers  


char p="data"; printf(p);

2 Answers  






Why is this loop always executing once?

0 Answers  


Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

0 Answers  


Which weighs more, a gram of feathers or a gram of gold?

2 Answers  


Tell me is null always defined as 0(zero)?

0 Answers  


What is the purpose of macro in C language?

0 Answers   Fidelity,


what is inline function?

2 Answers  


Can you please explain the scope of static variables?

0 Answers  


Categories