For example , fopen is a part of standard c library, so we expect it to be present on the all c compliers. This funtion return a FILE*.Where are normal open is a system call which is not specified by c standard but exist on the selected platforms which support it . It returns a file descriptor.