the question is that what you have been doing all these
periods (one year gap)
No Answer is Posted For this Question
Be the First to Post Answer
What will be the outcome of the following conditional statement if the value of variable s is 10?
difference between memcpy and strcpy
code for quick sort?
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
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?
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
why arithmetic operation can’t be performed on a void pointer?
Can we declare a function inside a function in c?
What is conio h in c?
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(“%d”,x); --x; } }
what are the different storage classes in c?
What does a pointer variable always consist of?