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


Please Help Members By Posting Answers For Below Questions

What should malloc() do? Return a null pointer or a pointer to 0 bytes?

628


What are the features of c language?

625


WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER

1466


Describe the difference between = and == symbols in c programming?

782


What are the types of bitwise operator?

667






what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

682


what are # pragma staments?

1633


What is pivot in c?

570


What are keywords c?

607


What does do in c?

613


What is pointer to pointer in c with example?

556


What is the difference between union and anonymous union?

841


What are pointers? What are stacks and queues?

585


What is the best way of making my program efficient?

573


Explain Function Pointer?

685