Why should I use standard library functions instead of writing my own?
No Answer is Posted For this Question
Be the First to Post Answer
1 What is a Data Structure?
Tell me when is a void pointer used?
how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y
how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...
main() { printf(5+"Vidyarthi Computers"); }
How do you view the path?
Which is best book for data structures in c?
char ch=10;printf("%d",ch);what is the output
Is main() function predfined or userdefined?
What does %f mean c?
What is C language ?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year