Heinrich Bartels
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created scanf crashes every time when running a c code in CLion whereas in Code:Blocks it works as expected
Sample of the codes is as follows: int search;printMenu();printf("Enter your selection: ");scanf("%d",&search);As mentioned in the title it works everytime in Codeblocks. I experimented with both t...