Use Import or Include in C/C++?

Asked

Viewed 730 times

1

#import <stdio.h>

or

#include <stdio.h>

What is the correct way to use?

I’ve been watching videos on Youtube for a while.

1 answer

4


Browser other questions tagged

You are not signed in. Login or sign up in order to post.