Jhanvisoni07
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Jhanvisoni07 created a post, scanf in CLion
#include <stdio.h>int main() { int i; printf("Enter an integer :"); scanf("%d",&i); return 0;}in this program, it's not letting me to use scanf. It says, "Clang-Tidy: 'scanf' used t...