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
What is function and its example?
Explain why C language is procedural?
what is ANSI and ISO
What are lookup tables in c?
There seem to be a few missing operators ..
what is the use of bitfields & where do we use them?
Write a program to check prime number in c programming?
WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****
What is meant by initialization and how we initialize a variable?
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
what are the files which are automatically opened when a c file is executed?
what is c++ programming?