0
How cam i make a comparisons of two integer numbers in order ro printout a statement? Using strcpy() function
Int rno = 20; Int roll_number = 30; Can I used the string comparison function to compare this to variables? If( strcmp(roll_number, rno) = 0) { Puts(" Successfully COMPUTED\n" ); } But in my projects am have this problem of comparing this Integer number received.
2 odpowiedzi