Blogmepost
Latest Questions
Contact Us
Can a function return multiple values to the caller using return reserved word in C?
Home
>
Technology
>
Can a function return multiple values to the caller using return reserved word in C?
0
votes
13
views
Can a function return multiple values to the caller using return reserved word in C?
#c-programming
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
Add Answer
1
Answer
0
votes
No, only one value can be returned to the caller.
answered
Nov 9, 2020
by
JackTerrance
(
190k
points)
Related questions
0
votes
1
answer
23
views
23
views
How can we determine whether a file is successfully opened or not using fopen() function in C?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
0
votes
1
answer
25
views
25
views
Which function can be used to release the dynamic allocated memory in C?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
+1
vote
1
answer
40
views
40
views
Which built-in function can be used to move the file pointer internally in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
+1
vote
1
answer
21
views
21
views
Which built-in library function can be used to re-size the allocated dynamic memory in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
+1
vote
1
answer
36
views
36
views
Which operator is used to receive the variable number of arguments for a function in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
+1
vote
1
answer
24
views
24
views
What is a pointer to a function? Give the general syntax for the same in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
0
votes
1
answer
14
views
14
views
Which built-in library function can be used to match a patter from the string?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
+1
vote
1
answer
12
views
12
views
Can a program be compiled without main() function in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
+1
vote
2
answers
33
views
33
views
Which operator can be used to determine the size of a data type or variable in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
+1
vote
1
answer
32
views
32
views
What are the ways to a null pointer that can be used in the C programming language?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
+1
vote
1
answer
14
views
14
views
What it the return value of a relational operator if it returns any in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
+1
vote
1
answer
17
views
17
views
Which key word is used to perform unconditional branching in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
0
votes
1
answer
13
views
13
views
Name a function which can be used to close the file stream?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
+1
vote
1
answer
19
views
19
views
What is the built-in function to append one string to another in C Programming ?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
+1
vote
1
answer
95
views
95
views
What is the correct code to have the following output in C using nested for loop?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
0
votes
1
answer
9
views
9
views
What are reserved words with a C programming language?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
+1
vote
1
answer
19
views
19
views
Which operator can be used to access union elements if union variable is a pointer variable in C Programming ?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
+1
vote
1
answer
12
views
12
views
Can a pointer access the array in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
+1
vote
1
answer
11
views
11
views
What is a static function in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
+1
vote
1
answer
16
views
16
views
Does a built-in header file contains built-in function definition in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
0
votes
1
answer
32
views
32
views
What is true about functions : I) Functions are objects II) Can be assigned to a variable III) Can be anonymous IV) Return value type has to be defined in function declaration
asked
Feb 25
in
Technology
by
JackTerrance
(
190k
points)
javascript
0
votes
1
answer
101
views
101
views
What is true about functions : I) Functions are objects II) Can be assigned to a variable III) Can be anonymous IV) Return value type has to be defined in function declaration
asked
Oct 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#javascirpt
0
votes
1
answer
11
views
11
views
What is the default function call method in C?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
+1
vote
1
answer
13
views
13
views
What is the purpose of built-in stricmp() function in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
+1
vote
1
answer
16
views
16
views
Explain the purpose of the function sprintf() in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
...