answersLogoWhite

0

Answerif u mean that when result screen runs in infinity due to run time errors then solution is press ctrl+pause break to stop result screen. AnswerRun your program in a separate MsDos-window (CMD.EXE or COMMAND.COM)
User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the result of 162 in C language?

162


What is the mean of echoed in c language?

It has nothing to do with C-language, it simply means that when you press a key representing a character, the character appears on the screen.


Write an assembly language program to print a to z on screen?

write a program to print A to Z on screen in c?


What is the result of 5 slash 4 in c language?

1


Why c in and c out used in c?

In the programming language C++, cin is used to input the variable and cout is used to print a certain message or result.


How do you clear a character in screen in c language?

this is a tricky one... press alt + f4 and see if that works.


Why you are using clrscr in c language?

Function 'clrscr' is not part of the C language. Or the standard libraries. It is MS-DOS specific function, use the help for details (clrscr means clear the screen).


What is the Difference between C and C languages?

C languages are often based originally on the C language but no longer adhere to it's tenets: often they supersede the original ANSI-92 C language. C++, Objective C, C-, and C# are often used derivatives of the C language. In almost all cases, plain C language can be used with a C language derivative and you get the same result as if you ran it through a plain old C compiler; but the C languages compilers have extra function and procedures available for the programmer.


What type of compiler is c?

C is a programming language. Its rules describe how programmers specify commands to the computer. For example, the following is a line of C code that displays hello on the screen: printf("Hello"); You can contrast the above with the following, which is how C++ code displays hello on the screen: cout << "Hello"; A compiler is a program that translates text the programmer writes into machine code... which is the language understood by the internal hardware of the computer. There are many C compilers on the market, including: GNU C, Microsoft Visual C++ (which can compile C), etc.


Why c language has name c why not a?

C-language was derived from B-language.


What is case select in c language?

It is switch-case. Example: switch (opsign) { case '+': . result = a + b; . break; case '-': . result = a - b; . break; ... default: . printf ("opsign=%c unknown\n", opsign); }


What is previous language of c language?

language before c language is pascal