7
votes
8answers
611 views
Is it fair to ask about by-reference arguments as a C interview question? [closed]
Someone I know does interviewing for C programmers. One of the questions he asks is something to the effect of, "How do you pass an argument by reference in C?"
The expected answer is along the lines …
0
votes
2answers
82 views
deep copy Linkedlist without destroying original list and extra storage space (using ANSI C)
this linkedlist is different than normal linkedlists is that besides the next pointer, it also has a other pointer that points to another node except itself in the linkedlist.
so what's the best way …
7
votes
5answers
291 views
Online Developer Testing for Pre-Screening Candidates
Are there are any good online developer testing sites for pre-screening candidates? I know the freelance site ELance has a "certification" system where candidates can take tests on various …
2
votes
6answers
573 views
What was the best Puzzle/Brainteaser you’ve ever been asked at an interview? And Why?
There have been many questions related to what one should ask interviewees, what you should ask a company you're interviewing at, etc. I searched and I don't think this one is a duplicate. Also, …
