Posts

  Que) Write C++ Program to Reverse the Number.  Solution:                #include <iostream>                 using namespace std;                int main() {                int n,remainder,reverse_no=0;                cout<<"Enter the no:";                cin>>n;               while(n!=0)             {             remainder=n%10;            reverse_no= reverse_no*10+remainder;           n=n/10;           }           cout<<"Reverse Number is:"<<reverse_no;          return 0;     ...
Image
                                   Begineers in coding.                                I am Saurabh Sudhakar Shitole. I was share my experience in coding. I  heard word coding after 12th std, i got 97% in MHT_CET Exam and I have decided to  make carrier in computer engineering. Then my admission is confirmed in JSPM Rajarshi Shahu College Of Engineering,pune. It is very famous college in Pune. In first day I had go to the college, I was sit in bench and I am so nervous about my first day  in college but next to my bench one student Sitted I asked them what is your name and from where are you coming.   He says i am from Satara and he was studied in Y.C College Satara from that day he was my best friend and his name is Yash Bhosle.                  ...