Roll rider Rider
last year
Rollcountry asked

What is #include <studio.h>?

Abhay Jajodia
Expert
last year
Abhay Jajodia answered

Hi Roll rider,

It should be #include , not studio.h.

#include adds the standard input/output library in C, so you can use functions like printf() and scanf().

If you write studio.h, the compiler cannot find that header, so you get an error.

If you have more questions, I am here to help 😊

C
This question was asked as part of the Learn C Programming course.