[comp.lang.c] C Strongly Typed

pcb@gator.cacs.usl.edu (Peter C. Bahrs) (03/08/90)

It is my understanding that the most important reasons that C AND Pascal
are not strongly typed is due to unions and variant records.

Assigning a character to an integer in C does not constitute a weakly typed
language.  Strongly typed languages want to be able to tell what a thing is, 
not what its value is.


/*----------- Thanks in advance... --------------------------------------+
| Peter C. Bahrs                                                         |
| The USL-NASA Project                                                   |
| Center For Advanced Computer Studies      INET: pcb@gator.cacs.usl.edu |
| 2 Rex Street                                                           |
| University of Southwestern Louisiana      ...!uunet!dalsqnt!gator!pcb  | 
| Lafayette, LA 70504                                                    |
+-----------------------------------------------------------------------*/