employer cover photo
employer logo
employer logo

Check Point Software Technologies

Engaged employer

Check Point Software Technologies interview question

(task: spot the bugs and write your production level version for the correct code.) a short function called strcat (it takes two char* as input and it's task it to merge the two strings) that has a few bugs in C. for example if string 1 = "abc" and string 2 = "def" the return value (char * ) should contain "adcdef".