Point out the error in the following program.
#include<stdio.h>
int main()
{
    fprintf("IndiaBIX");
    printf("%.ef", 2.0);
    return 0;
}

Posted on by