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

What is #include cctype?

0 Answers  


What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }

1 Answers  


What is sizeof c?

0 Answers  


i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).

1 Answers  


Are enumerations really portable?

0 Answers  






Where register variables are stored in c?

0 Answers  


What is the difference between mpi and openmp?

0 Answers  


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

0 Answers   Accenture,


Can you write the algorithm for Queue?

0 Answers   College School Exams Tests, TCS,


What is meant by preprocessor in c?

0 Answers  


Read two numbers from keyboard and find maximum of them?

1 Answers  


Explain the difference between #include "..." And #include <...> In c?

0 Answers  


Categories