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