Size Of Operators_1.1

#include "stdio.h"
int main(void)
{
    char text[ ]="California";    printf("Number of charters=%d\n", sizeof text);
    system("pause");
    return 0;
}

0 comments:

Post a Comment