What are c identifiers?
No Answer is Posted For this Question
Be the First to Post Answer
Tell us the use of fflush() function in c language?
implement general tree using link list
what is disadvantage of pointer in C
Why is malloc used?
How can you increase the allowable number of simultaneously open files?
Write a program to interchange two variables without using the third variable?
17 Answers Accenture, College School Exams Tests, Infotech,
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.
Process by which one bit pattern in to another by bit wise operation is?
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
is forign key will be unique key any table or not?
What is restrict keyword in c?
write an algorithm and a program to count the number of elements in a circularly singly linked list