main()
{
char ch='356';
Printf("%d",ch);
}
*OUTPUT*:-
-18
*Why?*
Answer Posted / nmaity
ans is wrong
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why c is called top down?
List some applications of c programming language?
How can I list all of the predefined identifiers?
What is a void * in c?
in linking some of os executables are linking name some of them
Explain c preprocessor?
What is pre-emptive data structure and explain it with example?
How a string is stored in c?
How do you do dynamic memory allocation in C applications?
What do the functions atoi(), itoa() and gcvt() do?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Why do we use static in c?
Why dont c comments nest?
Can you please explain the difference between strcpy() and memcpy() function?
What is the difference between break and continue?