Answer:
void countUp(int num)
{
if(num==0) //base case.
return;
countUp(num-1);//Recursive call.
cout<<num<<" "; //printing the number.
}
for input num=25
Output:-1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
Explanation:
I have used recursion to print the numbers the function is in c++ language.In every recursive call we are decreasing num by 1.As the base case is reached.Then it will backtrack from 1 to num and then we are printing while backtracking.
Answer:
People prefer composite faces.
Explanation:
If we take some face's picture, and we make it digital, we could make a composite or averaged face, and when we compare composite faces with originals pictures, people prefer the composite faces because there was symmetry in those faces.
For example:
There was a research where a digitalized student faces men and women, researchers make a composite face for every original, people prefer composite face against the original face.
Answer:
001101000111 is the bcd no for 347
The answer is B. It matters which way you park your car . Your car should also be parallel to the carb but with the wheels inward to the right