Can u return two values using return keyword? If yes, how?
If no, why?
Answer Posted / abhijit roy
in c a function can only written one value
the return value could be of any data type
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
Explain what are reserved words?
Ow can I insert or delete a line (or record) in the middle of a file?
What is a double c?
What is the difference between c and python?
using for loop sum 2 number of any 4 digit number in c language
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What is auto keyword in c?
What is the difference between a function and a method in c?
What is s or c?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
How can you avoid including a header more than once?
What is the easiest sorting method to use?
What is structure data type in c?
What is a pragma?
Tell me when would you use a pointer to a function?