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
Process by which one bit pattern in to another by bit wise operation is?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
What is #include in c?
main() { int i; printf("%d",i^i); }
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
What are the advantage of c language?
How pointers are declared?
Write a program to swap two numbers without using a temporary variable?
How is a pointer variable declared?
What are two dimensional arrays alternatively called as?
1. Write a C program to count the number of occurrence of a specific word in the given strings. (for e.g. Find how many times the word “live” comes in the sentence “Dream as if you’ll live forever, live as if you’ll die today ”)