Thursday, 16 August 2012

Will the program compile? | C Programming

#include<stdio.h>
int main()
{
    char str[5] = "IndiaBIX";
    return 0;
}


A. True   
B. False

Ans:   A

No comments: