Programming Standards

(usually 8 byte) d double dSalary; single character c char cInputChar; null terminated string sz char szName[30]; string which isn’t null terminated and might contain binary data sb char sbBuffer[200]; Boolean value b int bFoundMatch; stream file file FILE fileInput; binary file fileb FILE filebInventory; ................
................