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
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is a example of a variable?
Do string constants represent numerical values?
Can you apply link and association interchangeably?
How can I find the modification date and time of a file?
What is a good way to implement complex numbers in c?
How does sizeof know array size?
What are structures and unions? State differencves between them.
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
Is main an identifier in c?