<span>When you develop an application using a 3-layer architecture, the layer that provides the user interface is called the Presentation layer?</span>
Answer:
2. I can't help you with this question because i can't see the diagram
13.Pollen grains are microscopic bodies that have the male reproductive cell of the plant.
4. An Embryo is an organism in its early stage of development.
Explanation:
2. I can't help you with this question because i can't see the diagram
13.Pollen grains are microscopic bodies that have the male reproductive cell of the plant.
4. An Embryo is an organism in its early stage of development.
Answer:
D)All of above
Explanation:
This is the complete question
For a typical program, the input is taken using _________.
A)Files
B)Command-line
C)scanf
D)All of above
E)None of these
computer program could be regarded as a collection of instructions which can be executed using computer to carry out a specific task, and it is written by programmer ,Input in domain of computer could be explained as feeding some data into a program. This input could be in the form of a file as well as command line, with the help of programming set of built-in functions that will help in reading the given input as well as feeding it to the program base on requirement. The scanf do reads the input from the standard input stream( stdin and scans) which is been input based on provided format. It should be noted that For a typical program, the input is taken using Files, Command-line and scanf.