User profile: brijvit

User info
User name:brijvit
History
Joined:
Number of posts:3
Latest posts:

cin.get not holding console
Following is a simple programme which i wrote for calculating array length. [code] #include<io...

function executed before main
following is what I wrote #include <bits/stdc++.h> using namespace std; int sum(int arr[...

Recursion programme not working
I wrote the following code to reverse a number using recursion. [code] #include<iostream> int...