in Technology by
Explain modular programming in C Programming?

1 Answer

0 votes
by
Dividing the program in to sub programs (modules/function) to achieve the given task is modular approach. More generic functions definition gives the ability to re-use the functions, such as built-in library functions.

Related questions

0 votes
    what is modular programming?...
asked Jan 17, 2021 in Technology by JackTerrance
+1 vote
    What is the explanation for modular programming?...
asked Nov 8, 2020 in Technology by JackTerrance
+1 vote
    Explain about ‘stdin’ in C Programming ?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Explain the use of comma operator (,) in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Explain the use of %i format specifier w.r.t scanf() in C-Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Explain the purpose of the function sprintf() in C- Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
0 votes
    Which of the following platform(s) provides a modular architecture? (1)Ethereum and R3 Corda (2)R3 Corda (3)Hyperledger (4)Ethereum...
asked Nov 22, 2020 in Technology by JackTerrance
0 votes
    Microservices-based architecture enforces a Modular structure ? (a)True (b)False...
asked Oct 21, 2020 in Technology by Editorial Staff
0 votes
    Microservices-based architecture enforces a Modular structure ? (a)True (b)False...
asked Oct 21, 2020 in Technology by Editorial Staff
0 votes
    I want to reuse a code snippet which will save me A WHOLE LOT OF TIME. I want to make POST, ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 7, 2022 in Education by JackTerrance
0 votes
    I've been looking into OSGi recently and think it looks like a really good idea for modular Java apps ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 17, 2022 in Education by JackTerrance
0 votes
    Selenium doesn’t support the following programming language: 1. Python 2. C# 3. C 4. Java...
asked Jul 11, 2021 in Technology by JackTerrance
0 votes
    Which type of pointer is the most convenient way of storing the raw address in C programming?...
asked Jan 23, 2021 in Technology by JackTerrance
0 votes
    What are command line arguments in C Programming?...
asked Jan 18, 2021 in Technology by JackTerrance
0 votes
    How a negative integer is stored in C Programming?...
asked Jan 17, 2021 in Technology by JackTerrance
...