Must know before you start coding.
What are the fundamental units a proggram?
Name the fundamental units a proggram?
Define the fundamental units a proggram?
1 Answer
8 months ago by addiga harishnath
- fundamental unit in a program is basically the variables the data structures the operators that makes up the basic of a program . another words they create a basic structure of a program
- statement declaration and expressions are three fundamental units for program
- statements-they are the basic instructions that has been given to the program to execute on.
declaration-they are the statement that introduce words to the compiler are the integrated for example in Java they are multiple declarations like public i n t
expressions they are the tools through which we apply our are problems and make the code according to our need
7 months ago by Dua E Zehra