edited by
743 views

1 Answer

Best answer
1 votes
1 votes

A cross compiler is a compiler capable of creating executable code for a platform other than the one on which the compiler is running. For example, a compiler that runs on a Windows 7 PC but generates code that runs on Android smartphone is a cross compiler.

So C is correct.

Ref: https://en.wikipedia.org/wiki/Cross_compiler

selected by
Answer:

Related questions

0 votes
0 votes
1 answer
1
go_editor asked Mar 27, 2020
978 views
Linking :cannot be performed before relocationcannot be performed after relocationcan be performed both before and after relocationis not required if relocation is perfor...
0 votes
0 votes
1 answer
2
go_editor asked Mar 27, 2020
591 views
Which of the following is the most general phase-structured grammar ?RegularContext-sensitiveContext freeSyntax tree
1 votes
1 votes
1 answer
3
1 votes
1 votes
1 answer
4
go_editor asked Mar 27, 2020
1,208 views
Peer-hole optimization is a form of :loop optimizationlocal optimizationconstant foldingdata flow analysis