answersLogoWhite

0

hello

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Anyone send you simple c programs tat r 2 be debugged wit answers 100?

int main (void) { puts ("100"); return 0; }


What is debugging in c plus plus?

Debugging is a way of running the program to locate any errors that may arise at run-time.


What does dbx stand for?

dbx is a debugger. It provides symbolic debugging for programs written in C, C++, Pascal, and Fortran. DBX is also the name of a heavy metal band. dbx, Inc is a popular audio recording equipment company.


What are debuggers examples?

Examples of debuggers include gdb (GNU Debugger) for C/C++ programs, Visual Studio Debugger for .NET applications, Xcode Debugger for iOS/macOS apps, and Chrome Developer Tools for debugging JavaScript in web applications.


What is the name of error check technique that uses c language compiler?

Debugging


How do you improve debugging knoweldge in c program?

Read the documentation, and practice a lot.


What are general debugging methods in c plus plus?

General debugging techniques include using exceptions and using the debugger to step-into certain sections of code to check for errors.


How do you make simple game programs such as a guessing game?

For a guessing game all you need is powerpoint. Most simple games can be made with Java or C++.


Why are you learning c plus plus?

We learn it cause C++ are useful in programming. It is a language in programming. ********************************* Personally I like C better, there is much less code and fewer opportunities stuff up. C usually produces smaller programs that run faster. C++ tends to hide things from the programmer (you don't need to know approach) that makes debugging more challenging.


What is a quick way to use Visual Studio.Net to compile and run a C?

You can write perfectly good C programs in C++. C programs are essentially just C++ programs that make use of the C standard libraries (and other libraries written for C) rather than making use of C++ standard libraries (and other libraries written for C++). However, non-trivial C programs are better written in C++ as the resultant code will generally be smaller and much more efficient, not to mention easier to manage.


What are the risks of using threading?

A)Testing and debugging difficulty B)Deadlocks C)Data races D)B and C E)A, B and C Any one?


Can all C programs are executable in C plus plus?

Some C programs can be compiled in C++, yes.