Skip to content

Update exercise2.c#14

Open
WongChinWee wants to merge 1 commit intoUMK-Data-Science:mainfrom
WongChinWee:patch-18
Open

Update exercise2.c#14
WongChinWee wants to merge 1 commit intoUMK-Data-Science:mainfrom
WongChinWee:patch-18

Conversation

@WongChinWee
Copy link

//documentation section
/* Exercise 2 - 1D array */

//pre-processor section
#include<stdio.h>

//global variable section

//main function section
int main(){
char myName[100] = {"Wong"};

//write here your program

printf("My Name is %s, Bachelor of Information Technology from Universiti Malaysia Kelantan", myName);



return 0;

}

//user-defined section

//documentation section 
/* Exercise 2 - 1D array */

//pre-processor section 
#include<stdio.h>

//global variable section 


//main function section 
int main(){
    char myName[100] = {"Wong"};
    
    
    //write here your program

    printf("My Name is %s, Bachelor of Information Technology from Universiti Malaysia Kelantan", myName);
    


    return 0;
}


//user-defined section
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant