Here I have created simple general knowledge (GK) Quiz program in C. In this program at first I declared integer variable x which will be our total score. Then I declared some char variable and one char array [crayon-5edd1d01378a5493005708-i/] Then I took name of the user using this line: [crayon-5edd1d01378b0136585352/] here [crayon-5edd1d01378b4903496350-i/] means take input […]
The post Simple General Knowledge (GK) Quiz program in C appeared first on Code with C.