w3ajay

tally tutorial point, ms word 2013, ms excel 2013, ms powerpoint 2010,ccc question with answer in hindi 2021, Tally Prime in hindi , tally prime,Python,in python,programming in python,python

Friday, January 3, 2020

C Program to find the greatest number using array







C Program is used to find the greatest among ten numbers.

#include <stdio.h>
#include<conio.h> void main()
{ int a[10],i,greatest;
clrscr(); printf("Enter ten values:"); //Store 10 numbers in an array for (i = 0; i < 10; i++)
{ scanf("%d", &a[i]); } //Assume that a[0] is greatest greatest = a[0]; for (i = 0; i < 10; i++)
{ if (a[i] > greatest)
{ greatest = a[i]; } } printf("Greatest of ten numbers is %d", greatest); getch(); }
दोस्तों अगर आपको मेरी यह पोस्ट अच्छी लगी हो तो 
      प्लीज  like , share ,कमेंटसब्सक्राइब   जरुर करे जिससे हम आपके 
            लिए ऐसे ही अच्छे से अच्छे पोस्ट लाते  रहे 
अगर आपके पास कोई प्रश्न हो तो कमेंट बॉक्स में उस प्रश्न जरुर लिखे 


              धन्यवाद !

No comments:

Post a Comment

for more information please share like comment and subscribe