Computer Science, asked by geetu22chauhan, 5 hours ago

#include<stdio.h>
#include<conio.h>
void main();
{
int 12 val= 10;
printf("%d", val12);
getch();
}
find the error in the given C program ​

Answers

Answered by ziddigirl789
15

Answer:

FortranCInterface.dir/ cmake_clean.cmake | 12 - . ... 2 +- cmake/ include/ecbuild/boost_test_framework.h | 1 + ... -#ifdef ID_VOID_MAIN -void main() {} -#else - int main(int ...

CMakeFiles/2.8.10.2/CMakeCCompiler.cmake | 55 -

CMakeFiles/2.8.10.2/CMakeCXXCompiler.cmake | 56 -

.../2.8.10.2/CMakeDetermineCompilerABI_C.bin | Bin 7045 -> 0 bytes

.../2.8.10.2/CMakeDetermineCompilerABI_CXX.bin | Bin 7331 -> 0 bytes

.../2.8.10.2/CMakeDetermineCompilerABI_Fortran.bin | Bin 8541 -> 0 bytes

CMakeFiles/2.8.10.2/CMakeFortranCompiler.cmake | 54 -

CMakeFiles/2.8.10.2/CMakeSystem.cmake | 15 -

CMakeFiles/2.8.10.2/CompilerIdC/CMakeCCompilerId.c | 393 ----

#$@nđhů

Answered by IISLEEPINGBEAUTYII
3

#include<conio.h>

void main();

{

int 12 val= 10;

printf("%d", val12);

getch();

}

Similar questions