GithubHelp home page GithubHelp logo

shpargalka's Introduction

#include <stdio.h> int main() { char a; unsigned char b; short c; unsigned short q; int w; unsigned int e; long r; unsigned long t; float y; double u; long double i;

char a1 = 1;
unsigned char b1 = 200;
short c1 = 32000;
unsigned short q1 = 65534;
int w1 = 2000000;
unsigned int e1 = 400000000;
long r1 = 4200000;
unsigned long t1 = 340000000;
float y1 = 65;
double u1 = 777;
long double i1 = 1000;


printf("%c \n", a1);
printf("%c \n", b1);
printf("%d \n", c1);
printf("%d \n", q1);
printf("%d \n", w1);
printf("%d \n", e1);
printf("%d \n", r1);
printf("%d \n", t1);
printf("%e \n", y1);
printf("%e \n", u1);
printf("%e \n", i1);

	return 0;

}

shpargalka's People

Contributors

orien1719 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.