What is the correct output of the following code?
#include <stdio.h>
    int const print()
    {
        printf("Sookshmas.com");
        return 0;
    }
    void main()
    {
        print();
    }


Posted on by