Is it possible to initialize more than one variable of same datatype in the same statement?


Ans : Yes,  ex: int i=j=k=10;