C Language MCQ - English
What are the types of linkages?
Home | Discussion ForumWhat are the types of linkages?
Internal and External
External, Internal and None
External and None
Internal
Answer : B
View More Related Question
1) The mapping from assembly language instructions into machine language instruction is:
2) Find the output of the following program.
void main()
{
int i=01289;
printf("%d", i);
}
3) A program written in mnemonics is called _________ program.
4) A translator which reads an entire program written in high-level and convert it into machine language code is:
5) What will be printed after execution of the following program code?
main()
{
printf("\\nab");
printf("\\bsi");
printf("\\rha");
}