Home C-program Comment on the output of this C code? #include <stdio.h>#include "test.h"#include "test.h"int main(){ //some code}a. TRUEb. Compile time errorc. FALSEd. Depends on the compilerANSWER: Depends on the compiler
Post a Comment