Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MUGERWA MICHEAL JORDAN 16/U/640 #261

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

mugerwamicheal
Copy link

2         /*#include <stdio.h>

  | #include <stdlib.h>
  |  
  | int main()
  | {
  | printf("Hello world!\n");
  | return 0;
  | }
  | */
  | /ANSWER OF QUESTION 2:
  | I)     (do_it.h)
/
  |  
  | #ifndef DO_IT_H
  | #define DO_IT_H
  | float do_it(char x, char y, char z);
  | #endif // DO_IT_H
  |  
  | //II)    (print_a_number.h)
  | #ifndef PRINT_A_NUMBER_H
  | #define PRINT_A_NUMBER_H
  | void print_a_number(int a);
  | #endif // PRINT_A_NUMBER_H
  |  
  | /*iii)
  |  
  | The print_msg() function shouldn’t  take any arguments because the main function calls already have one.  */

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