Skip to content

Instantly share code, notes, and snippets.

@yassinagx
Created August 22, 2015 21:52
Show Gist options
  • Save yassinagx/0b7240460b0ec149baf6 to your computer and use it in GitHub Desktop.
Save yassinagx/0b7240460b0ec149baf6 to your computer and use it in GitHub Desktop.
Hello World
===========
#include <stdio.h>
int main(){
printf("Hello World\n");
return 0;
}
Get size storage of type (byte)
=========
sizeof(int);
Variable definition
=========
int age;
char group;
float weight;
double height;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment