Frage im Vorstellungsgespräch bei National Instruments

Complete a program in C to print a string using a function.

Antwort im Vorstellungsgespräch

Anonym

15. Juli 2015

This is just to test if you know how passing pointers really work as the actual string is given in main(char**,int) and you have to print it in within another function's body.