What is, by default, returns the operating system software on success?
o The program does not return. o 0 o 1 o -1 41. Indicate the correct form of write cycles do while?
o
o
42. Enter the correct definition of the main function in accordance with the specification of ANSI o
o
o
o
43. To include the header file in the program in C + +, such as iostream must write: o include #iostream,h; o #include <> с iostream inside the brackets o include (iostreamh) o #include <>; с iostream.h inside the brackets 44. Simple data types in C + +. o integer – int, real – float or real, character – char o integer – bool, real – float or double, character – string o integer – int, real – float or double, character – string o integer – int, real – float or double, character – char Cycle with the precondition? o while o for o do while
|