logo

Crowdly

Looking for test answers and solutions? Browse our comprehensive collection of verified answers for at lair.education.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Which of the following statement/s is true about function in C?
100%
0%
0%
0%
View this question
Fill in the correct missing statements in the given function shown below:

//this function returns the sum of all numbers from 1 to n. Use while loop.

int addNumbers(int n)){

     

 sum+=n;

n--;

 }

return sum;

}

View this question
In C all functions except main() can be called recursively.
View this question
It is the default return type of function defintion
0%
0%
0%
0%
View this question
With the following statement is true about function in C?
0%
0%
100%
0%
View this question

Want instant access to all verified answers on lair.education?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!