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 diference between return 0 and return NULL??

3 Answers  


Why do we use c for the speed of light?

0 Answers  


List the difference between a "copy constructor" and a "assignment operator"?

0 Answers   Accenture,


int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?

6 Answers   TCS,


write a C program to print the program itself ?!

16 Answers   TCS,






what does ‘Bus Error’ mean?

1 Answers   ABC,


What is C++

4 Answers  


Can you please explain the difference between syntax vs logical error?

0 Answers  


What are the application of void data type in c?

0 Answers  


What does static variable mean in c?

0 Answers  


A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.

4 Answers  


what is the output? #define fun(a,b,t) (g ##t=(a),(a)=(b),(b)=g##t) float gfloat; main() { float a=1.12,b=3.14; fun (a,b,float); printf("na=%4.2f,b=%4.2f",a,b); } A)Error in Defining Macro B)a=1.12,b=3.14 C)a=3.14,b=1.12 D)None of the Above

3 Answers   Accenture, Infosys, Wipro,


Categories