1) Function name is an ______________ a) Identifier b) Variable c) Declaration d) Retype 2) Formatted functions are a) Printf b) Getchar c) putchar d) puts 3) Unformated function a) Getchar() b) scanf c) #include d) Stdio.h 4) String funtions are a) Strcat() b) Strlen(),Strcmp(),Strncpy,Strcpy c) Getchat() d) Putchar 5) Array is a linear data structure. It can store__________ a) Varibles b) similar data type c) Fixed number d) memory 6) Declaration of array means creating _________________________ of memory to hold fixed number of values a) fixed number b) sequential blocks c) initializing an array d) Assigning 7) one dimensional array is the simplest type of array that contains only ______________________________ for storing a) two rows b) three rows c) one row d) four row 8) Two dimensional array a) int m[9] b) int m[9][10] c) int m[10][11] d) intm[4][3][2] 9) A String is a collection of charaters, store in an array followed by __________ a) 3 b) \2 c) \0 d) \1 10) For copying of a string block of memory is ______________ a) memcpy b) strcpy c) strncpy d) memmove

functions, Strings, Arrays

Leaderboard

Visual style

Options

Switch template

Continue editing: ?