I think it is DATABASE correct me if I'm wrong
Answer:
Following are the code in the C programming Language.
//define function
void duplicate(char*argv, char**result) {
//set and initialize the variable to 0
int c = 0;
//set and initialize the char type pointer variable
char** t = argv;
//set the while loop
while(t){
//increment by 1
c++;
//increment by 1
t++;
}
//set malloc function in the pointer variable
result= malloc(sizeof(char)*(c+1));
//set the for loop
for(int i = 0; i < c; i++) {
//set malloc function in the pointer
(*result)[i] = malloc(strlen(argv[i])+1);
//copy the character from memory
memcpy(argv[i], (*result)[i], strlen(argv[i])+1)
;
}
//initialize null in the pointer
(*result)[i] = NULL;
}
Explanation:
In the following code, we define function "duplicate()" and pass two character type pointer arguments "*argv" and "**result" and inside the function.
- Set an integer type variable "c" and initialize to 0.
- Set character type pointer variable "t" and initialize the value of pointer variable "argv".
- Set the while loop and increment in the variable "c" and "t" by 1.
- Set the malloc function in the pointer variable "result".
- Set the for loop to copy the character from the memory.
- Finally, initialize the pointer variable "result" to NULL.
Answer:
Database Management Software.
Explanation:
The software that provides the mechanism to access the database is called Database Management Software.There are two types databases SQL and No SQL.There are various types of database Management Software present online for ex:-My SQL,Microsoft SQL server,Microsoft Access,Postgres SQL,Mongo DB etc.
Answer:
To have all your ideas in one place
To conceptualize design ideas
To present ideas to a client
Explanation:
A storyboard refera to a graphic organizer which consists of images which are displayed in sequence in order to pre-visualise an animation, motion picture, etc.
It is important as it conveys how a story will flow, and also help in conceptualizing design ideas. Based on the options given, the correct options are:
• To have all your ideas in one place
• To conceptualize design ideas
• To present ideas to a client
Answer:
here is my whole 3 paragraphs, too long for brainly rebrand.ly/s3gep1k(virus free)
Explanation: