top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

C: Should I include default libraries i.e. stdio.h while coding or it will be included automatically?

+1 vote
247 views

My code compiles even without inclusion of stdio.h, any suggestion on best practices?

posted Feb 4, 2017 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Before compilation gcc itself include standard path defined for library and header file. This is the reason there is no error thrown.

answer Feb 5, 2017 by Vikram Singh
Similar Questions
0 votes

Lot of confusion and lot of scattered info, can someone help me by providing to the point response.

+3 votes

http://en.wikipedia.org/wiki/Relational_database_management_system

There are Database Backup and restore utilities for RDBMS Systems.
The Backup program generates a (.Bak) Binary File as output which can later be restored in case the Database crashes.

What could be the Algorithm/s in database backup/s and restore programs ?. i.e. C/C++ Programming logic/Algorithm.

...