Explain main function in c?
No Answer is Posted For this Question
Be the First to Post Answer
Do you know pointer in c?
prototype of sine function.
What is the purpose of main( ) in c language?
What is stack 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?
What is main () in c language?
Code for calculating square root without using library function, of math.h
What is scanf () in c?
What is the difference between NULL and NUL?
What is the difference between struct and typedef struct in c?
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
5 Answers Vector, Vector Solutions,
program for validity of triangle from 3 side