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
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is the scope of static variables?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?
Why c is faster than c++?
Do you know the difference between malloc() and calloc() function?
Is an array parameter is always "by reference" ?
Why is not a pointer null after calling free?
What is pointer to pointer in c?
What do you mean by invalid pointer arithmetic?
How to print "I Love My India" without using semi colon?
Array is an lvalue or not?