User Profile

Collapse

Profile Sidebar

Collapse
confused38212
confused38212
Last Activity: Jun 14 '17, 06:12 AM
Joined: Apr 23 '17
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • thanks and heres what i have done,but at the place i make it bold,the code said it is redeclared as different symbol and i kinda don't know why,cause i put it integer all the way

    #include<stdio. h>
    int find_min(int);

    int main()
    {
    int i,min;
    int number [5];
    int find_min;
    for(i=0;i<5;i++ )
    {
    printf("enter number:");
    scanf("%d",&num ber[i]);...
    See more | Go to post

    Leave a comment:


  • confused38212
    started a topic how to tweak the code into modular programming?
    in C

    how to tweak the code into modular programming?

    Hey guys,i am very very new to c programming and i really need your guys help,please.Bel ow is the code that i use array to collect 5 integer and determine the minimum integer from the 5 integer using c language.

    #include<stdio. h>
    int main()
    {
    int i,min;
    int number [5];
    for(i=0;i<5;i++ )
    {
    printf("enter number:");
    scanf("%d",&num ber[i]);
    ...
    See more | Go to post
No activity results to display
Show More
Working...