Edit Game
coding(cpp)
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public



 Save

Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   9  Close
what is the difference between int and float?
float can read under decimal point
what scanf("%", ); do?
get a input
what "#define" do?
call some external functions
what * means?
times
what ^ means?
xor
what is max value in int?
2,147,483,647
#include <?>; whats in <?>
stdio.h
what does for( ; ; ) {} do?
repeat the codes
what does printf(" "); do?
print the text on compiler