void main()
{
int num,i;
printf("\n Enter number upto which even numbers must be displayed \t");
scanf("%d",&num);
printf("\n Even numbers less than %d are \n",num);
for(i=2;i { printf("%d ",i); } getch(); }
a triangle then a square :)
sdfdg
write a program that reads a phrase and prints the number of lowercase latters in it using a function for counting? in C program
To write a C++ program to display the student details using class and array of object.
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?
a triangle then a square :)
program to find maximum of two numbers using pointers
sdfdg
hi question is here, 1 1 2 1 2 3 1 2 3 4
write an assembly language program to find sum of N numbers
write a program that reads a phrase and prints the number of lowercase latters in it using a function for counting? in C program
To write a C++ program to display the student details using class and array of object.
Oh, what a lovely request! In FoxPro, you can create a program to print all prime numbers from 1 to 100 by using a loop to check each number for divisibility only by 1 and itself. If it meets this criteria, you can print it out on the screen. Remember, every number is unique and special, just like a happy little tree in a vast forest.
N = x If y < N then N = Y If z < N then N = z Print N
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) { /*...*/ }
i need this answer