What will be output when you will execute following c code? #include int main(){ printf("%d\t",sizeof(6.5)); printf("%d\t",sizeof(90000)); printf("%d",sizeof('A')); return 0;
Your app is using an unsupported Gradle project. To fix this problem, create a new project by running `flutter create -t app ` and then move the dart code, assets and pubspec.yaml to the new project