Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
237 views
in Computer by (115k points)
closed by
In C Programming a function can return:
1. Double value
2. Single value
3. As many as values
4. No value

1 Answer

0 votes
by (113k points)
selected by
 
Best answer
Correct Answer - Option 2 : Single value

The correct answer is Single value.

Concept:

A function in C can be called either with arguments or without arguments.

  • Always, Only one value can be returned from a function.
  • If you try to return more than one value from a function, only one value will be returned that appears at the rightmost place of the return statement.
  • For example, if you use “return a,b,c” in your function, value for c only will be returned, and values a, b won’t be returned to the program.

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...