A collection of data with a given structure for excepting storing and providing on demand data for multiple users
a) linked list
b) datastructer
c) database
d) preprocessor
No Answer is Posted For this Question
Be the First to Post Answer
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.
If fflush wont work, what can I use to flush input?
diff .between strcture and union
How do we declare variables in c?
Can a variable be both constant and volatile?
What is volatile variable how do you declare it?
give an example of type casting by a simple c program
implement general tree using link list
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
What are all different types of pointers in c?
write a program that accepts 3 numbers from the user. dispaly the values in a descending order.
When the macros gets expanded?