#include <stdio.h>
int main(void)
{
printf("Hello world!");
return 0;
}
Of course, all you have to do is merely replace "Hello, world!" with your chosen name.
write a program to print A to Z on screen in c?
good morning
Yes.
write a program to print the series 1/12+1/22+.........+1/n2 ?
Q.1 Write a program to print first ten odd natural numbers. Q.2 Write a program to input a number. Print their table. Q.3 Write a function to print a factorial value.
#include
Write a c program to print the 100 to 1 nos
include <stdio.h> int main (void) { puts ("print"); return 0; }
/*to print your namr*/ /*by girish kumar raghuvanshi*/ #include<stdio.h> #include<conio.h> void main() { printf("print ur name"); puts("girish"); getch(); }
(ab)*b
Write a c program that reads your first name and surname when you enter them. Each part of your name should not be more than 12 characters. Finally, have the program display your full name.
sdfdg