my C programs are compiling with no error in turbo c++ 3.0..bt i am not able to see the output???plz help..?
A$H!$H
2007-01-19 02:46:48 UTC
note : i hav installed turbo c ++ in E drive
Four answers:
iMaXX
2007-01-19 02:52:23 UTC
Windows need to state the console window. It is showing but for less time (just for few miliseconds) and
I think u hav'nt inserted clrscr(); and getch(); functions
in main function insert clrscr(); after var decleration and
getch(); just before return 0;
this will make window stable to show u result required time.
?
2016-11-26 01:01:42 UTC
Runtime Vs collect time mistakes in C# the version between collect time and run time is an celebration of what pointy-headed theorists call thephase massive difference. it truly is between the toughest recommendations to study, fairly for human beings without a lot historic past in programming languages. To approach this difficulty, i hit upon it useful to invite What invariants does this technique fulfill? What can bypass incorrect in this section? If the section succeeds, what are the postconditions (what do all of us understand)? What are the inputs and outputs, if any? collect time this technique choose no longer fulfill any invariants. in reality, it needn’t be a properly-formed application in any respect. you would possibly want to feed this HTML to the compiler and watch it barf… What can bypass incorrect at collect time: Syntax mistakes Typechecking mistakes (not often) compiler crashes If the compiler succeeds, what do all of us understand? this technique became properly formed—a significant application in inspite of language. It’s plausible to start up operating this technique. (this technique might want to fail on the prompt, yet a minimum of we are able to attempt.) What are the inputs and outputs? enter became this technique being compiled, plus any header files, interfaces, libraries, or different voodoo that it mandatory to import with a view to get compiled. Output is with any success assembly code or relocatable merchandise code or maybe an executable application. Of if some thing is going incorrect, output is a collection of blunders messages. Run time all of us understand no longer some thing about this technique’s invariants—they are inspite of the programmer put in. Run-time invariants are not often enforced by the compiler on my own; it desires help from the programmer. What can bypass incorrect are run-time mistakes: branch by 0 Deferencing a null pointer understanding of reminiscence also there might want to be mistakes that are detected by this technique itself: attempting to open a record that isn’t there attempting come across an internet site and learning that an alleged URL isn't properly formed If run-time succeeds, this technique finishes (or keeps going) without crashing. Inputs and outputs are fullyyt as a lot because the programmer. files, homestead windows on the reveal screen, community packets, jobs despatched to the printer, you call it. If this technique launches missiles, that’s an output, and it takes position in reality at run time
STRANGER
2007-01-19 02:53:15 UTC
Go to dos cell to see the output. do this by pressing alt + f5.
2007-01-19 03:21:03 UTC
1 . check your directory path.
2 . check your if _ else loops
3 . check your clrscr(); function.
4 . check u gave printf() function properly or not.
5 . if you r printing like printf("%d",&a);
and if your variable 'a' dont have any value then also it won't show any thing
check above points
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.