From df2ff7d92c25269d05a0bae75e0de8abd63a23d0 Mon Sep 17 00:00:00 2001 From: Oskar Date: Mon, 16 Sep 2024 14:39:48 +0200 Subject: more --- 6p49.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 6p49.cpp (limited to '6p49.cpp') diff --git a/6p49.cpp b/6p49.cpp new file mode 100644 index 0000000..82582d1 --- /dev/null +++ b/6p49.cpp @@ -0,0 +1,14 @@ + +/* + * + * 6.49 + * + * + */ + +int main () { + + // What is a candidate function? A function with the same name as the function being called, could be one or more + // What is a viable function? It must have same number of parameters as arguments in the calling function, and the types must match or be convertible. + return 0; +} -- cgit v1.2.3