Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.7K
~234 People Reached
Interests
music
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for Vijaysin07

Hello friends I am new on this forum hope that here I will get answers of my all quires. I don't much about SEO hope here i can enhance my knowledge. Thanks from Covetus

Member Avatar for kevinwalker142
0
53
Member Avatar for rajat.sethi93

#include<iostream.h> #include<conio.h> #include<string.h> class X {public: int a[50],n; char b[20]; char name[20]; void input() { cout<<"Enter the limit upto which you want to enter "; cin>>n; cout<<"Enter the numbers "; for(int i=0;i<n;i++) { cin>>a[i]; } cout<<"\n enter the string"; cin>>b; } void large() { int c; c=a[0]; for(int i=1;i<n;i++) { …

Member Avatar for NathanOliver
0
181