Question: Hi, i need discussion for this code please no hand writhing. //Program 11.1 #include #include void func1(); void func2(); int main(){ int input; printf (Enter

Hi, i need discussion for this code please no hand writhing.

//Program 11.1

#include

#include

void func1(); void func2();

int main(){

int input;

printf ("Enter a number >");

scanf ("%d", &input);

if (input < 10) {

printf("Faculty of Computer Science & Info.Systems ");

printf(" Universiti Teknologi Malaysia ");

} else {

printf(" Universiti Teknologi Malaysia ");

printf("Faculty of Computer Science & Info.Systems ");

}

getch(); return 0;

}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!