C Language MCQ - English
A program written in mnemonics is called _________ program.
Home | Discussion ForumA program written in mnemonics is called _________ program.
Assembly language.
Machine language
High-level language
None of the above
Answer : A
View More Related Question
1) What will be printed after execution of the following program code?
main()
{
printf("\\nab");
printf("\\bsi");
printf("\\rha");
}
2) C programs are converted into machine language with the help of
3) C Language developed at _________?
AT & T's Bell Laboratories of USA in 1972
AT & T's Bell Laboratories of USA in 1970
Sun Microsystems in 1973
Cambridge University in 1972
View Answer
4) C was primarily developed as
System programming language
General purpose language
Data processing language
None of the above.
View Answer
5) Who is father of C Language?