Answer:
#include <stdio.h>
void printValues ( unsigned char *ptr, int count) // count is no of cells
{
for(int i=0; i<count; i++) {
printf("%d ", ptr[i]);
}
}
int main ( )
{
unsigned char data[ ] = { 9, 8, 7, 5, 3, 2, 1} ;
printValues( data, sizeof(data)/sizeof(data[0]) );
}
Explanation:
Remember that the sizeof() mechanism fails if a pointer to the data is passed to a function. That's why the count variable is needed in the first place.
Answer:
Open loop control systems.
Closed loop control systems.
Explanation:
Answer:
Code is in the attached screenshot.
Explanation:
Assumed it was written in Java based on your other question asked.
Answer:
social media like snap chat twitter and face book .it can even happen over email.or in school chats.
Explanation: