employer cover photo
employer logo
employer logo

Hewlett Packard Enterprise | HPE

Is this your company?

Hewlett Packard Enterprise | HPE Interview Question

1. compilation sequence

Interview Answers

Anonymous

Oct 11, 2017

1. Compiling Source Code into Managed Module. 2. Combining newly created managed module into the assembly / assemblies. 3. Loading the CLR. 4. Executing the assembly in & by CRL.

1

Anonymous

Sep 14, 2017

process is given to pre-processor, here the macros are expanded. then the pocess will be given to compiler and the output will be an object file. Object file is given as input to linker. linker will generate a load module. the loader will load this load module into main memory (RAM) for execution

1