FuncA("abc",undef,"xyz"); FuncA("abc",3,"xyz"); FuncA("abc","nmo","xyz"); FuncB(1,undef,3); FuncB(1,"some string",3);