A
Q. Are both of the preprocessor directives solving same purpose?
Code:
#include <iostream.h>
#include "iostream.h"
#include "iostream.h"
- Correct Answer - Option(A)
- Views: 2
- Filed under category C++
- Hashtags:
Discusssion
Login to discuss.