Examveda

What will be the output of the following C code?
#include <stdio.h>
#include "printf"
void main()
{
    printf("hello");
}

A. hello

B. Error

C. Depends on compiler

D. Varies

Answer: Option B


This Question Belongs to C Program >> Function

Join The Discussion

Related Questions on Function