--- In [email protected], "rajanchatter...@..." <rajanchatter...@...> wrote: > > > > float a=1.1; > > double b=1.1; > > if(a==b) > > printf("hello"); > > else > > printf("how are u "); > > I am new one in c++. > so please tell me it's answer. > I am eagerly waiting for your reply. > thankx >
the answer will be...
printf("how are u ");
