Question d’entretien chez Amdocs

What is Malloc??

Réponses aux questions d'entretien

Utilisateur anonyme

20 mai 2010

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

Utilisateur anonyme

20 mai 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.