Across
- 2. unconditional control statement
- 3. str1[20]="abc", str2[30]="def". str2 has _______after using strcpy(str1,str2)
- 4. void main(){ int a=3; a=4; printf("ab");} output is
- 6. entry controlled loop
- 9. string function to find length of string
- 10. takes the control to the beginning of the loop
- 12. operator equivalent to if else
- 15. data type occupies 1 byte of memory
- 16. pow()is associated with ____ headerfile
- 17. = is ____ operator
Down
- 1. %d, %f , %c etc are
- 5. << is _____ operator
- 7. in which concept memory is shared
- 8. return type of a function if it does not return a value
- 11. one statement within another statement is called
- 13. group of elements of same data type
- 14. while statement executes the block once even if the condition is wrong.Fill true / fals
