摘要: Question #15: Which of the following functions are found when called in main during name lookup? 55% on 10310 times asked #include <iostream> namespace standards { struct datastructure { }; void... 阅读全文
posted @ 2009-05-11 17:06 飞扬跋扈 阅读(154) 评论(0) 推荐(0) 编辑
摘要: Question #8: Given the code below, the variable y can be accessed in which blocks of code? 55% on 11229 times asked 1 int main(int argc, char** argv) 2 { 3 4 if ( argc > 10) ) 5 { 6 7 } 8 else if... 阅读全文
posted @ 2009-05-11 16:49 飞扬跋扈 阅读(204) 评论(0) 推荐(0) 编辑