+ 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
2 Antworten
+ 3
The order of libraries is not important
0
Yes, libraries can be included in any order