include <stdio.h>
int main (void) { puts ("print"); return 0; }
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
(ab)*b
sdfdg
echo 'print a pattern'
i want to write a simple without using pointer or array c program which will print greatest number when i give 20 number .........How far have you gotten so far?
int i=0; while (i++<n) { /*...*/ }