why we can not compare two variables of same structure type????
why we can not compare two variables of same structure type????
EmbLogic Research & Competency Development Labs
Phone: +91 9818467776, 8527567776, 9650467776
Email: info@emblogic.com
Copyright © EmbLogic Embedded Technologies Pvt. Ltd.
Compare each member in turn. If they’re all equal, then the stucture variable are equal.
my question isn’t it.
example : struct hello a,b;
if(a==b)
operation;