1.

1........ is an entry control loop. 2....... Explain the memory allocation for the following declaration statement. int A[10] [10];

Answer»

1. while or for loop 

2. To store an integer 4 bytes is used in Geany Editor. int A[10] [10]; → It needs 10 × 10 × 4 = 400 bytes



Discussion

No Comment Found

Related InterviewSolutions