C Programming and Data structures

123456789
Across
  1. 2. takes the control to the beginning of the loop
  2. 3. unconditional control statement
  3. 5. entry controlled loop
  4. 6. str1[20]="abc", str2[30]="def". str2 has _______after using strcpy(str1,str2)
  5. 8. string function to find length of string
  6. 9. data type occupies 1 byte of memory
Down
  1. 1. %d, %f , %c etc are
  2. 4. operator equivalent to if else
  3. 7. group of elements of same data type