/* DEVELOP A PROGRAM TO READ THE AGE OF 20 PERSONS AND COUNT THE NUMBER OF PERSONS IN THE AGE GROUP 50-60. USE for AND continue STATEMENTS*/
#include<stdio.h>
main()
{
    int arr[20],count=0,i;
    printf("Enter age of 20 persons\n");
   
The content has been moved to our permanent website: www.programminghelp.in.
You will be redirected shortly.

Saturday, May 14, 2011

number of persons in the age group 50-60,c,programm,lab,record,first,semester,bca

/* DEVELOP A PROGRAM TO READ THE AGE OF 20 PERSONS AND COUNT THE NUMBER OF PERSONS IN THE AGE GROUP 50-60. USE for AND continue STATEMENTS*/
#include<stdio.h>
main()
{
    int arr[20],count=0,i;
    printf("Enter age of 20 persons\n");
   
The content has been moved to our permanent website: www.programminghelp.in.
You will be redirected shortly.