Interchanging #tags in c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Interchanging #tags in c++

If i want to print "hello world" in c, i need to #include<conio.h> followed by#include<stdio.h>, my query is that can we interchange the tags ? like first includestdio.h and later conio.h

7th Feb 2017, 7:31 PM
Bhaumik Patel
Bhaumik Patel - avatar
2 Answers
+ 3
The order of libraries is not important
7th Feb 2017, 11:03 PM
L Boudhar
L Boudhar - avatar
0
Yes, libraries can be included in any order
7th Feb 2017, 7:43 PM
Mieszko Mieruński
Mieszko Mieruński - avatar