Solution:
Fundamental types of data, such as strings, integers, and real numbers, are known as primative data type.
Primitive data structures are char, int, float, double. ... There comes derived data structures and user defined data structures. Derived data structures are also provided by the system but are made using premitives like an array, a derived data. It can be array of chars, array of ints.
Thus the right answer is primative data type.
Answer:
d use Amazon API Gateway with Amazon kinesis...
Answer:
implements CSMA/CD over legacy shared half-duplex media; enables IPv4 and IPv6 to utilize the same physical medium; integrates Layer 2 flows between 10 Gigabit Ethernet over fiber and 1 Gigabit Ethernet over copper
Explanation:
I hope it helped . follow me on ig minisized._miyaa
Your main problem was declaring int prod in the while loop. This caused prod to be reset back to 1 every time the while loop ran.