No products in the cart.

Write a programme to input 10 …

CBSE, JEE, NEET, CUET

CBSE, JEE, NEET, CUET

Question Bank, Mock Tests, Exam Papers

NCERT Solutions, Sample Papers, Notes, Videos

Write a programme to input 10 array and tham display this element in reverse order.
  • 1 answers

Gaurav Mishra 6 years, 11 months ago

int arr [10]; for (int i=0;i <10;++i) { cin>>arr[i]; } for (int j=9;j>=0;--j) { cout <<arr [j]; }
http://mycbseguide.com/examin8/

Related Questions

What are called tokens
  • 2 answers
What is mean by buffering in file handling?
  • 1 answers

myCBSEguide App

myCBSEguide

Trusted by 1 Crore+ Students

Test Generator

Test Generator

Create papers online. It's FREE.

CUET Mock Tests

CUET Mock Tests

75,000+ questions to practice only on myCBSEguide app

Download myCBSEguide App