printf. Gives you the power to print output onto the screen, and is ... #include <stdio.h> int main() { int a = 72; char b = 'A'; printf("a equals %d \n", ...
確定! 回上一頁