int i=0,j;
j=++i + ++i ++i;
printf("
%d",j);
Answers were Sorted based on User's Feedback
wt is d full form of c
What is class and object in c?
in iso what are the common technological language?
main() { int a; a=++100; printf("%d",a); getch(); }
What are the 5 organizational structures?
Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.
develop algorithms to add polynomials (i) in one variable
What is c basic?
difference between my-strcpy and strcpy ?
3 Answers Geometric Software, IIM, Infosys,
What is the maximum length of an identifier?
What are 3 types of structures?
how to find out the reverse number of a digit if it is input through the keyboard?