Calculate 1*2*3*____*n using recursive function??
No Answer is Posted For this Question
Be the First to Post Answer
code for copying two strings with out strcpy() function.
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.
Why pointers are used?
In which language linux is written?
What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }
Why c is procedure oriented?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
What is the Lvalue and Rvalue?
write a program to concatenation the string using switch case?
my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details
what is the full form of c language
Total of how many functions are available in c?