jueves, 14 de julio de 2011

DECLARACION DE VARIABLES ,,Extra Ansi C

Tipo Declaración Limite Inferior Limite Superior
Entero
Entero Corto
Entero Largo
Entero sin Signo
Entero con Signo
Real
Real Doble
Real Largo
Caracter
Caracter sin signo
Caracter con signo
Palabra
Valor Nulo
Arreglo
Texto
ante
Apuntador
Int A;
Short Int A;
Long Int A;
Unsigned Int A;
Signed Int A;
Float A;
Double A;
Long DoubleA;
Char A;
Unsigned Char A;
Signed Char A;
Char[ ] A;
Void
Int A[N]
Text A;
A;
*A
-32768
-128
2E -6
0
-65000
-3.4E37
-1.7E -304
3.4E -4932
-128
 
  0
32767
127
2E 6
65535
65000
3.4E 38
1.7E 308
1.1E 4932
127
 
  0

3 comentarios:

  1. REFERENCIAS
    http://www.publispain.com/supertutoriales/programacion/c_y_cplus/cursos/3/index.htm

    ResponderEliminar
  2. ¿ante? Ojo con las mayúsculas. +1

    ResponderEliminar
  3. Y aquí también persiste la confusión de "real" :/

    ResponderEliminar