Hello Sir
I did as you told. First made as executable statements and wrote as
((A!=B)&&(C*D/E)); However I found that it does not enter the function at all in the main program DataProcessor.c c(I checked this by giving some statements like hello1, hello2 etc...). Does this mean my algorithm is wrong or there is some problem in calling function in main program? Please help me out.
I did as you told. First made as executable statements and wrote as
((A!=B)&&(C*D/E)); However I found that it does not enter the function at all in the main program DataProcessor.c c(I checked this by giving some statements like hello1, hello2 etc...). Does this mean my algorithm is wrong or there is some problem in calling function in main program? Please help me out.
Comment