Blog Moved

This website completely moved to new domain. For latest content, visit www.programmingposts.com

Search This Blog

6 May 2013

C PROGRAM TO FIND LARGEST AND SMALLEST NUMBER IN AN ARRAY

C PROGRAM TO FIND LARGEST AND SMALLEST NUMBER IN AN ARRAY

#include<stdio.h>
#define MAX 25 //maximum size of array is 25

main()
{
  int i,n,LargeNo,SmallNo,arr[MAX];

  printf(" *** C PROGRAMS BLOG ***");
  printf("\n >>> Program to find Largest element in array <<<");
  printf("\n\n Enter the size of array: ");
  scanf("%d",&n); //taking size of array as input from user
  printf("\n Enter the %d elements of array: \n",n);
  
  //taking input all the elements of array using for loop
  for(i=0;i<n;i++)
  {
   printf("\n arr[%d]:",i+1);
   scanf("%d",&arr[i]);    
  }
   LargeNo = arr[0];
   SmallNo = arr[0];
   for(i=0;i<n;i++)
   {
    //checking for Largest Number
    if(arr[i]>LargeNo)
    {
     LargeNo = arr[i];
    }
    //checking for Smallest Number
    if(arr[i]<SmallNo)
    {
     SmallNo = arr[i];
    }
   }
  //printing the largest and Smallst elements in array
  printf("\n The Largest Element in the Array is: %d ",LargeNo);
  printf("\n The Smallest Element in the Array is: %d ",SmallNo);
  getch();
}

Sample Output :

43 comments:

  1. Good
    Here is a link for C/C++ programs and pointer programs. This may be useful for you.

    C/C++ Programs

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. This comment has been removed by the author.

    ReplyDelete
  4. how can made pascal triangle in c programming

    ReplyDelete
  5. hi.its really awesome blog.thank you for sharing this blog.
    Salesforce Training

    ReplyDelete
  6. actually it was an awesome blog.thank you for sharing this.its really informative to me.
    C Programming Training

    ReplyDelete
  7. hi its really awesome blog.thank you for sharing this blog.
    C Programming Training

    ReplyDelete
  8. Very Informative! This blog is great source of information which is very useful for me. eCommerce Solution Provider India

    ReplyDelete
  9. really nice blog about c. c is the base for java. if you clear about c then learning of java is very simple to you. for best java training in chennai reach us at TIA academy

    ReplyDelete
  10. I have read your blog and i got a very useful and knowledgeable information from your blog.You have done a great job . If anyone want Java Training in Chennai, Please visit our page
    Java Training in Chennai

    ReplyDelete
  11. I have read your blog very clearly. I got lot of useful information from this blog.You have good coding knowledge. keep sharing more blogs like this type of coading. Thanks for sharing.


    Software Testing Training in Chennai

    ReplyDelete
  12. This comment has been removed by the author.

    ReplyDelete
  13. Nice tutorial. to learn more c programming visit here.

    ReplyDelete
  14. Nice blog, thanks for sharing useful information.

    ReplyDelete
  15. Thanks for sharing this post. Your post is really very helpful its students.

    DevOps Online Training

    ReplyDelete
  16. If You are looking for java programs we have it at our Blog Please have a look https://letml.blogspot.com/2019/02/inheritancejavaoopconcepts.html

    ReplyDelete
  17. This article is very useful for us but please deep discuss about for(;;) for loop in c and also provide excecution flow of for(;;) loop

    ReplyDelete
  18. Your good knowledge and kindness in playing with all the pieces were very useful. I don’t know what I would have done if I had not encountered such a step like this.Surya Informatics

    ReplyDelete
  19. What a content


    https://wethecoders.com/csharp-programming-assignment-help
    https://wethecoders.com/about-us
    https://wethecoders.com/android-project-ideas-android-programming-android-assignment-help
    https://wethecoders.com/asp-net-mcv-assignment-help/

    ReplyDelete
  20. Great efforts put to publish these kinds of articles that are very useful to know. I’m thoroughly enjoying your blog. And Good comments create great relations. You’re doing an excellent job. Keep it up.

    Magento Development Training Course in Chennai Zuan Education

    Selenium Training Course in Chennai Zuan Education

    ReplyDelete
  21. Write a C program to print all prime number between 1 to 300 using for loop.

    Code of given problem:

    int main()
    {
    int a,b;
    printf("List of prime numbers between 1 to 300:\n");
    printf("%d\t",a=2);
    for(a=1;a<=300;a++)
    {
    for(b=2;b<=a-1;b++)
    if(a%b==0)
    break;
    else if(b==a-1)
    {
    printf("%d\t",a);
    }
    }
    return 0;
    }

    Very informative blog!
    Please take some time to visit my blog @
    Top 10 programming examples in C

    Thanks!

    ReplyDelete

  22. Whatever we gathered information from the blogs, we should implement that in practically then only we can understand that exact thing clearly, but it’s no need to do it, because you have explained the concepts very well. It was crystal clear.i also want to inform you the learn salesforce development . thankyou . keep sharing..

    ReplyDelete
  23. Nice article. your algo for solving problem is very good . visit more good problem collection Top coding programs

    ReplyDelete
  24. This comment has been removed by the author.

    ReplyDelete
  25. Really nice blog, very infromative. You can refer more topics related to C language like C pointers and C Programs from here for future articles

    ReplyDelete
  26. This comment has been removed by the author.

    ReplyDelete
  27. +96893560417 Muscat escort I'm Roshni! I have a thin and surprising body, regular boobs which you can have loads of fun with me. Escort Muscat Polite and we'll dressed, conversant in English. A refined and tasteful young lady who will make your dreams materialize Oman Escort +96893560417
    Escort in Oman
    Muscat escort
    Escort Muscat
    Escort in Muscat

    ReplyDelete
  28. for new trending corse video easy basis click on lick
    https://www.youtube.com/channel/UCQsMOku4R7qXQaSQLGHtRXw

    ReplyDelete