Tell us about your self
C Software Interview Questions
5,479 c software interview questions shared by candidates
comment sécuriser une application web
When can you start
Questions / OR, AND, XOR : ==================== static bool Alpha { Console.WriteLine("alpha"); return true; } static bool Beta { Console.WriteLine("beta"); return true; } static void Main() { if (Alpha() && Beta()) { Console.WriteLine("gama"); } } => qu'est ce qui s'affiche? puis idem avec : - if (Alpha() || Beta()) - if (Alpha() ^ Beta()) Questions / Interface, Struct, Class : ========================== interface Point { int X { get; set; } int Y { get; set; } } on a ensuite une class et une struct qui implémentent cette interface dans la classe principale on crée un nouveau point à partir de la class ou de la struct, puis on passe l'objet à une méthode qui mets à jour les coordonnées il faut dire si les coordonnées ont bien été mises à jour ou non.
Why do you want to work with our organization?
Can't reveal exact questions but linkedlist question.
Deadlock, Memory Management coding on string and hashmap
Write a C program to check whether an IP address is correct or not.
Why are you interested in working for Multicare?
OO design principles
Viewing 4321 - 4330 interview questions