//find the errors in the given c program...
#include <stdio.h>
#include <stdlib.h>
int main()
{
    printf("%d",printf(" hello "));
    return o;
}

Posted on by