cout << "sup" << endl;
Well, it's not C
It must use a function with a "return" statement. Or you could output via console. (.NET CODE(C#)) Console.WriteLine("Output.");
Read you manual concerning printf, the answer you want is in there.
There is no gotoxy statement in C.
Class hindi { public static void main() { char c; for(c=2309;c<2362;c++) { System.out.println(" "+c); } } }
This question cannot be generally answered, the output depends on the actual program.
In C, the two primary ways of formatting output are using printf() and fprintf(). The printf() function is used for standard output to the console, while fprintf() allows for formatted output to a specified file stream. Both functions utilize format specifiers to control the display of variables, such as %d for integers and %f for floating-point numbers. Additionally, sprintf() can be used to format output into a string instead of sending it directly to a console or file.
semicolon ';' (Not applicable for block-statements)
The goto statement.
The del character, #255, has no symbol. It is a non-printing character, so you cannot display it on the screen.
A C++ program can be used to write C programs that will display 10 lines of biodata. Many types of C programming can be written with a C++ program.
A semi-colon is used in a do while statement for the same reason that it is used in any other statement. The rules of C and C++, as well as Java, require that every statement be terminated with a semi-colon.
std::cin:get(); I guess it's about TurboC in Windows. 1. Press Alt+F5, to see the program's output 2. Run your .EXE in a separate DOS-window (Command Prompt)