What are the different types of data structures in c?
Can you please explain the difference between malloc() and calloc() function?
Is file a keyword in c?
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.
What is the difference between void main and main in c?
what are the languages used in c#?
Is it possible to have a function as a parameter in another function?
code snippet for creating a pyramids triangle ex 1 2 2 3 3 3
What is a c token and types of c tokens?
Is anything faster than c?
All technical questions
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
can i know the source code for reversing a linked list with out using a temporary variable?