Frage im Vorstellungsgespräch bei Microsoft

Write algorithm for c compiler.

Antwort im Vorstellungsgespräch

Anonym

16. Juni 2012

algorithm for C- Compiler 1.start . 2.include header files from the library (required for future compiling code) 3.In main create and allocate memory asked for. 4.Go through the conditions and use appropriate queries to have ALU working. 5.go for the end,if not generate error. 6.Stop.