Showing posts with the label dsa

C++ Program to reverse array number

#include <bits/stdc++.h> using namespace std; void printarray(int arr[],…

C Program to reverse number

//reverse the array #include <stdio.h> void rev(int arr[],int size) { pr…

Load More That is All