answersLogoWhite

0

A C scope is an application that helps programmers to easily administer work with large amount of program code. It enables specific and targeted searches so that debugging or updating can easily be carried out.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Use of scope resolution operator in C programming?

:: operator can not be used in C.


The mainly used programming language to Windows XP is?

C, C++, C# I think.


Which language is used for windowsxp?

Mainly C and C++ and a bit of assembly language.


What is the C language used for?

Programming.


Why scope resolution is required in c?

Scope resolution is not required in C because C does not support namespaces. All non-local names are declared in the global scope.


What is the scope mount for a Stevens model 325-c?

what is the scope mount for savage 325 c


What is the use of break in c programming?

The break statement is used to exit the nearest enclosing scope. Control passes to the first statement that comes after that enclosing scope.


What is the scope of anaesthesia drugs?

Anethesia drugs are mainly used in medicine especially in surgery where there is need to keep the patient asleep during the whole surgery


What is the scope of a static function in C?

The source file it is in.


What command is used to destroy object in c plus plus?

You use delete object in C++ to delete an object. You can also implicitly delete the object, if it is automatic type, by going out of local scope.


Can the scope resolution operator be overloaded in C plus plus?

No.


Where you use percent c and percent s in c language?

%c and %s are format characters used for input and output. These are mainly used in scanf and printf statements. %c is used for characters while %s is used for strings. For input, it is used to specify the type of the value to be read while for output, it is used to specify the type of the value to be printed.