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
What is the difference between āgā and āgā in C?
Is null a keyword in c?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What is a global variable in c?
how to execute a program using if else condition and the output should enter number and the number is odd only...
Tell me the use of bit field in c language?
Why double pointer is used in c?
How is pointer initialized in c?
Difference between MAC vs. IP Addressing
What is the best way of making my program efficient?
Can we declare a function inside a function in c?
Are pointers integer?
i got 75% in all semester am i eligible for your company
How do you construct an increment statement or decrement statement in C?
What is the symbol indicated the c-preprocessor?