How can I find the day of the week given the date?
No Answer is Posted For this Question
Be the First to Post Answer
Binary tree traversing
What is meant by int main ()?
How can we allocate array or structure bigger than 64kb?
Do character constants represent numerical values?
Is file a keyword in c?
If fflush wont work, what can I use to flush input?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
Why c is called procedure oriented language?
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,
What is strcmp in c?
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
How reliable are floating-point comparisons?