Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.


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

Post New Answer

More C Interview Questions

Where does the name "C" come from, anyway?

0 Answers   Celstream,


how write a addtion of two single dimensional array using of pointer in c language?

3 Answers   DRDO,


int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?

3 Answers  


write a program that will print %d in the output screen??

9 Answers   Infosys,


State the difference between x3 and x[3].

0 Answers   Aricent,






f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?

7 Answers   Hughes,


write a c program to check weather a particluar bit is set or not?

5 Answers   IBM,


wat are the two methods for swapping two numbers without using temp variable??

2 Answers  


What are the advantages of union?

0 Answers  


Explain the properties of union.

0 Answers  


how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.

3 Answers  


What is chain pointer in c?

0 Answers  


Categories