September 2, 2021

GATE 2022 Application Form Registration and Fee details

 GATE Application Form 2022- IIT, Kharagpur has released the GATE 2022 application form on September 2 in online mode. Candidates can apply for GATE 2022 at gate.iitkgp.ac.in. The gate 2022 registration's last date is September 24. To access the GATE 2022 registration link, candidates have to register at the GATE Online Application Processing System (GOAPS). GATE 2022 exam dates are February 5, 6, 12 and 13.


GATE Registration 2022

Candidates can now access the GATE application form 2022 through the GOAPS website. GATE exam registration process includes uploading of photograph, signature, certificate of qualifying degree, category certificate (SC/ST/PwD) and/or Dyslexic certificate, wherever applicable, during filling the online GATE 2022 application form.


To get the step by step procedure to fill GATE 2022 application form: Visit.

August 29, 2021

Best platform to learn the computer science

 Everyone is learning online and at this time you must be wondering to get some best resources for you to learn.

I have listed below websites that has very vast content that can definitely help you to enhance your skills. Without wasting much time lets jump into the list.

  1. BrighterBees: For Free study resources and Free quizzes you can refer to this website. Link

These are some useful websites that can guide you to follow your passion. I have added only 3 websites here later on I will add more.

April 23, 2019

Is it still active or not

Hey guys how are you all this is the first blog of Techtro which is now a leading ngo regarding football, Techtro is now a brand promoting football in India,
Well today we are not talking about any technology related post today we will try to get how many of you still there with Techtro.

So guys share with all your friend and make our reach enormous. If you will succeed in that i promise i will write about the journey of Techtro, how this becomes a brand. A hard struggle of Neeraj and his team to get this mark.
Thankyou

August 4, 2016

Bike Stunt Virtual vs Reality

Diamond Pattern

Diamond  Pattern 

#include<iostream.h>
#include<conio.h>
void main()
{
 clrscr();
 int i,j,n,k;
 cin>>n;          /* Enter Odd No. Only*/
 for(i=0;i<n;i+=2)
 {
  for(j=0;j<n-i;j++)
  {
  cout<<" ";
  }
  for(k=1;k<i;k++)
  {
  cout<<" *";
  }
  cout<<endl;
  }
  for(i=0;i<n;i+=2)
  {
  for(j=1;j<=i;j++)
  {
  cout<<" ";}
  for(k=0;k<n-i;k++)
  {
  cout<<"* ";
  }
  cout<<endl;
  }
  getch();
  }

Calculating temperature in Celcius or Fahrenheit

Calculating temperature in Celsius or Fahrenheit

#include<iostream.h>
#include<conio.h>
#include<math.h>
void main()
{
clrscr();
double t,ct,choice;
cout<<"Temperature Conversion Menu"<<"\n";
cout<<"1. Fahrenheit to Celsius"<<"\n";
cout<<"2. Celsius to Fahrenheit"<<"\n";
cout<<"Enter choice (1-2):\t";
cin>>choice;
if (choice==1)
 { cout<<"\n"<<"Enter temperature in Fahrenheit:\t";
   cin>>t;
   ct=(t-32)/1.8;
   cout<<"Temperature in Celsius is "<<ct<<"\n";
 }
 else
 { cout<<"\n"<<"Enter temperature in Celsius:\t";
  cin>>t;
  ct=(1.8*t)+32;
  cout<<"Temperature in Fahrenheit is  :\t"<<ct;
 }
getch();
}

Disqus Shortname

Comments system