Computer Science, asked by kirtigunjal6416, 1 year ago

Which is not a keyword in C?
a) const.
b) main
c) sizeof
d) void

Answers

Answered by santosh2503
1
main is the answer b is the ans
Answered by Agastya0606
2

Answer:

The option , which is not a keyword in C is - option b) main.

In C programming , main is not considered as a keyword as main is predeclared and but not defined beforehand.

The class does not have to be instantiate , the method could be called by the runtime as it is static and public.

In C programming, the code written for the programme runs because the definition of main supplied initially.

After the minimal amount of setup of stack, the small library calls for the main function.

Similar questions