3. Output: Write the output of following programs. (35-15″) 1) #include #include <stdio.h> <stdlib.h> int main (void) int i = 0; printf (“integer square cube: In”): while ( i <= 5 ) printf (“%d %d %dn”, i, i*i, i*i*i;) Show transcribed image text
Expert Answer
An answer will be send to you shortly. . . . .