void main()
{
char a[]=”rama”;
char b[]=a;
printf (“%d %s”, sizeof (b),b);
}
(a) 5 rama
(b) 4 rama
(c) 5 r
(d) None of these, some other reason
a b c d
Learn C programming skills, test your c skill. C Interview questions.
No comments:
Post a Comment