Question { 5482 }
how to find out the biggest element (or any other
operation) in an array which is dynamic. User need not to
mention the array size while executing.
Answer
| Is This Answer Correct ? | 0 Yes | 1 No |
Question { 5881 }
1.Why do you call C is middle level language?
2.Why do you call C is userfriendly language.
Answer
| Is This Answer Correct ? | 7 Yes | 1 No |
Question { 5919 }
what will be the output for the following program?
main()
{
char ch = 'k';
char c;
printf("%c",c);
}
Answer
| Is This Answer Correct ? | 3 Yes | 1 No |
Why do u use # before include in a C Progam?
Answer
| Is This Answer Correct ? | 56 Yes | 4 No |