Comment on the output of the following C code.
#include #include "test.h"#include "test.h"int main(){ //some code}
#include #include "test.h"#include "test.h"int main(){ //some code} Comment on the output of the following C code.
#include <stdio.h>#include "test.h"#include "test.h"int main(){ //some code} Correct Answer Compile time error
মোঃ আরিফুল ইসলাম
Feb 20, 2025