Read a string with scanf()
Question: My program should read big numbers( 0<=X<=10^(100) ), what I'm doing is it reads/interprets the numbers typed as char and stores it in a linked list. My program was fine, until I put a scanf("%d") (whose function is to read a number, natural, of cases) above the scanf that …