Pregunta de entrevista de Amdocs

What is Malloc??

Respuestas de entrevistas

Anónimo

20 de may de 2010

It is a subroutine to allocate dynamic memory during programming in C/C++.

Anónimo

20 de may de 2010

Unlike ASP, ASP.NET uses the Common Language Runtime (CLR) provided by the .NET Framework. This CLR manages execution of the code we write. ASP.NET code is a compiled CLR code instead of interpreted code (ASP). CLR also allows objects written in different languages to interact with each other.