Questions et réponses pour le function :

A function (also called a procedure, method, subroutine, or routine) is a portion of code intended to carry out a single, specific task. Use this tag for questions which specifically involve creating or calling functions. For help implementing a function to perform a task, use [algorithm] or a task-specific tag instead.

-1
votes
Je dois écrire une fonction qui recherche une liste pour trouver une correspondance pour un élément donné. La fonction prend deux arguments: une liste et un él&e ...

-1
votes
Créer une variable où est une fonction et dans cette fonction, il existe un ensemble de fonctions, je veux accéder au troisième niveau, mais je ne peux pas, m'envoyer u ...

-1
votes
$VAR1 = [ ' ', '30th Mar 2020 5:53:18 pm Elvis Presly: BJ: Bloomberg Runs', '30th Mar 2020 5:53:27 pm Elvis Presly: DS: ICE DATA = INC', '101848366130th', ...

-1
votes
#include <iostream> #include <ctime> using namespace std; void randNum() { int num1 = (rand() % 12) + 1; int num2 = (rand() % 12) + 1; int answer; answer = num1 * nu ...