Question { 11240 }
main()
{
printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3));
}
Answer
Is This Answer Correct ? | 10 Yes | 2 No |
Question { 4891 }
write a program to print the one dimensional array.
Answer
Is This Answer Correct ? | 3 Yes | 3 No |
Question { 3934 }
what is unsigened char
and what is the difference from char
Answer
Is This Answer Correct ? | 2 Yes | 0 No |