What are the __date__ and __time__ preprocessor commands?
No Answer is Posted For this Question
Be the First to Post Answer
which is an algorithm for sorting in a growing Lexicographic order
what is computer
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
Write a code to generate a series where the next element is the sum of last k terms.
for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????
What is structure of c program?
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
What is d scanf?
Write a program in c to print * * * * * *******
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
Define circular linked list.
Can you explain the four storage classes in C?