You are on page 1of 1

File: /home/user/.cache/.fr-GxvT5s/doc/memo/c.

txt
#include <stdio.h> #include <string.h> #include <stdio.h> #include ".\\globals.h" int main(int argc, char *argv[]) {}

Pagina 1 di 1

if ((fi=fopen(fni,"rb"))==NULL) {fprintf(stderr,"\n error "); exit(-1);} if(fread(buffi,188,1,fi)!=1) break; fclose(fi); if(fwrite(buffo,188,1,fo)!=1) { strcpy(fni,&tabb[rr][0]); strcat(fni,".PRN"); operatori logici: && and || or ! not operatori sui bit: & and | or ^ xor >> << shift ~ complem. a 1 int *p; p=&var; var=*p; a=&a[0][0]; char *funz(char c, char *s){} sizeof var; sizeof(type); int *p; if ( (p=(int *)malloc(50*sizeof(int))) == NULL) {printf("\n");exit(-1);} if (!p) {printf("\n");exit(-1);} free(p); (typecast) (expression) typedef unsigned long int ulint [typedef] struct model {int mem1; int mem2;} struct model instances[100]; instance[20].mem1; (*p).mem1; p->mem1; int printf(); void *p; p=funz; call(..,p); call(..,int (*p)()) { (*p)(parametri); } struct bit { unsigned c1:1; signed c2:2; } union condividi { int i[4]; char a[8];} pippo; enum taglio { nulla, cent, quarter=25, dollar=100} moneta;

You might also like