How do you generate random numbers in C?
No Answer is Posted For this Question
Be the First to Post Answer
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));
c language interview questions & answer
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?
28 Answers 3D PLM, Code Studio, Deltech, IBM,
What is the difference between GETS();AND SCANF();
What are the different types of objects used in c?
which type of aspect you want from the student.
How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
List some basic data types in c?
why integer range between -327680to+32767
Is it cc or c in a letter?
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side? Upload a C program to demonstrate the behaviour of the game.