reasoning
Maths Puzzle
HR Interview
Interview
What is C language?
Read Solution (Total 2)
-
- C is structure programming language invented by Dennis Ritchie at Bell Laboratories
C is a compiled language, which means that once your C program is written, you'll need to run it through a C compiler to convert the program to an executable form.
The computer can then run the C program.
the code looks as
#include
main()
{
prinf("HELLO M4 MATHS MEMBERSn");
} - 10 years agoHelpfull: Yes(2) No(0)
- c is a procedure oriented programming language.it is now evolved as c++.whereas c++ is a object oriented programming language.it is an improvement over c
- 10 years agoHelpfull: Yes(0) No(0)
reasoning Other Question