a=5
a=a++/++a

Answer Posted / rajesh kumar swain

here a++/++a=5/7

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define circular linked list.

572


What does sizeof int return?

594


What are compound statements?

630


What is extern variable in c with example?

539


What do you understand by normalization of pointers?

628






Are pointers integer?

552


Explain how do you determine a file’s attributes?

594


Explain how do you determine the length of a string value that was stored in a variable?

671


What is this infamous null pointer, anyway?

612


What is the advantage of using #define to declare a constant?

624


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

626


What are the application of void data type in c?

719


What are the types of type specifiers?

623


write a c program for swapping two strings using pointer

2094


How will you declare an array of three function pointers where each function receives two ints and returns a float?

784