#include<stdio.h>
void printMonth (int startDay, int days);
int main (void)
{
printfMonth(2,29);
return 0;
}
/*======printMonth===========*/
void printMonth (int startDay, int days)
{
int weekDay;
int dayCount = 0;
{
printf("Sun Mon Tue Wed Thu Fri Sat\n");
printf("--- --- --- --- --- --- ---\n");
for (weekDay= 0; weekDay < startDay; weekDay++)
{printf(" ");}
for (int dayCount = 1; dayCount <= days; dayCount++)
{
if (weekDay > 6)
{
printf("\n");
weekDay = 1;
}
else
weekDay++;
printf("%3d", daycount);
}
printf("\n--- --- --- --- --- --- ---\n");
return;
}}
write a c program to accept a number and generate a square root cube and exponential values
write a c program to display marks,total,average,grade using union
a c program for creat a virus
Into the source program.
Write a c program to compute the surface area and volume of a cube
There is no need to write a C program for circuit analysis; there are lots of packages out there that already do that (for example, Spice).
c code for top down parser
To write a C program to determine if something is odd or even you need to be a programmer. To write a program in C is complicate and only done by programmers.
For first find an example program.
Use a text-editor program.
c#
yes