0
Why it is that while we include header file here we only have to write <iostream> but while coding in computer <iostream.h>
2 Respostas
0
iostream and iostream.h are 2 different header file's, both are used for input and output operations , but iostream.h is a header file derived from iostream
0
we can use both the header file while coding. sometimes it depends on the compiler being used, so it can show an error