Answers for "4 7 D:\Code Testing\Hello World.cpp [Error] 'result' was not declared in this scope"

C
0

4 7 D:Code TestingHello World.cpp [Error] 'result' was not declared in this scope

#include<stdio.h>
#include<conio.h>
	main(){
		if (result >=45){
				printf("passn");
		}
		else {
			printf("failn");
		}
		getch();
	}
Posted by: Guest on February-03-2022

Code answers related to "4 7 D:\Code Testing\Hello World.cpp [Error] 'result' was not declared in this scope"

Code answers related to "C"

Browse Popular Code Answers by Language