Login
Remember
Register
Questions
Ask a Question
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
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
Can a function return multiple values to the caller using return reserved word in C?
interview-question-answer
technology-questions-answers
Facebook
Twitter
LinkedIn
Email
Add Answer
1
Answer
0
votes
answered
Nov 9, 2020
by
JackTerrance
(
1.7m
points)
No, only one value can be returned to the caller.
Related questions
0
votes
1
answer
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
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
What are reserved words with a C programming language?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
Which function can be used to release the dynamic allocated memory in C?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
+1
vote
1
answer
Which built-in function can be used to move the file pointer internally in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
+1
vote
1
answer
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
(
1.7m
points)
interview-question-answer
technology-questions-answers
...