Questions tagged [modular]
347 questions
-7
votes
4 answers
How can you use structures in modular programming?
Can you use structures in modular programming in C? And if so, how can you do that? I tried to put p[].ptr in the function headers and it constantly requests and expression before the ']'.
typedef struct Words {
char *ptrletter;
int…

Lilla Nagy
- 91
- 1
- 2
- 11
-9
votes
1 answer
Fraction Arithmetic Program in C
The program should look like this (USER INPUT IN BOLD):
Welcome to the Fraction Arithmetic Program.
-------------------------------------------
Your problems with fractions can be solved here. Enter a fraction arithmetic problem (Example…

humdyez
- 11
- 1