Basic Data Types

Sort by

recency

|

1567 Discussions

|

  • + 0 comments

    hello why my code don't working

    include

    using namespace std; int main() { int num; long number2; char ch; float fl; double db; cin>>num>>number2>>ch>>fl>>db; for(int i=0;i<1;i++){ cout<

  • + 0 comments

    I highly recommend ⭐⭐⭐⭐⭐ 5/5 Credo Systemz, one of the top institutes in Chennai for AWS Training.

    Industry-focused training, experienced mentors, hands-on practice, and strong interview support make it a great choice for building an AWS career.

    AWSTraining #CredoSystemz #Chennai #AWSOnlineTraining

  • + 0 comments
    #include <iostream>
    #include <iomanip>
    using namespace std;
    int main()
    {
    int a;
    long b;
    char c;
    float d;
    double e;
    cin>>a>>b>>c>>d>>e;
    cout<<setprecision(9);
    cout<<a<<"\n"<<b<<"\n"<<c<<"\n"<<d<<"\n"<<e;
    }
    
  • + 1 comment

    [https://accountingmasters.in/] is a Professional Training Institute Platform. Here we will only provide you with interesting content that you will enjoy very much. We are committed to providing you the best of Training Institute, with a focus on reliability and online and offline learning. We make great efforts to turn our achievement for the Training Institute into a successful website. We hope you enjoy our Training Institute as much as we enjoy giving them to you.

  • + 0 comments

    This challenge really helped me understand how different data types work in C++ and how precision formats are handled. I also wrote a short post explaining this with simple examples and beginner-friendly tips.Sharing here in case it helps someone CarX Street