Jhanvisoni07

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Created

    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...
    • 3 followers
    • 1 comment
    • 5 votes