answersLogoWhite

0


Best Answer

Examples: recv, read, fread, gets, fgets, scanf, fscanf

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which function used to read characters into an array specified by its parameter?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is an example of array?

argv, which is the second parameter of function mainint main (int argc, char *argv[])


Which function reads character into an array specified bt its parameter in c plus plus?

void foo (char& c) { cin >> c; } int main() { char ch[10] {}; for (size_t c=0; c!=10; ++c) foo (c[0]); }


Which take a string as input and find its length?

strlen is the C library function that accepts a pointer to a char array and returns an integer specifying the number of characters (in bytes) of the array. This function is usually not used any more, because it does not support multi-byte characters, such as UTF-8.


Can Excel count the characters on a spreadsheet?

You can use the LEN function to count characters in a cell. You can also use it to count characters in multiple cells. You need to know how to do array formulas to do that.


What degrees is Array Azimuth specified as?

degrees


How strings and characters are represented in an array?

An array of characters is an array of character codes (such as ASCII codes). A string is typically a null-terminated array of characters however some languages use the first array element to specify the string's length.


How is an array specified?

int a[100]; char b[50];


What is the array function in CAD?

there r 2 types of array in cad - rectangular array and polar array...........


Why the array is starting from zero?

By design; it makes the compiler's work easier. 1-based array's addressing-function: Address (array, index) = Address (array) + (index-1)*Elemsize(array) 0-based array's addressing-function: Address (array, index) = Address (array) + index*Elemsize (array)


What is an Access function for an array?

.


How is an array name interpretedwhen it is passed to a function?

An array is still an array, regardless of how you pass it into functions. It is still an array-type variable at the beginning of a function. However, the function itself may manipulate the array by "imploding" it into a string with a delimiter, using array values with only specific keys, and such.


What is the purpose of AND array?

AND array is used for developing digital circuit it is used in PLA programmable logic array and PAL programmable array of logic to implement the function. the number of and array will depend on how long you has function to be implemented.These are Digital circuits.