84.
What will be the output of the following C code?
#include <stdio.h>
int const print()
{
    printf("example.com");
    return 0;
}
void main()
{
    print();
}

Read More Section(C Fundamentals)

Each Section contains maximum 100 MCQs question on C Fundamentals. To get more questions visit other sections.