answersLogoWhite

0

What is character oriented function?

Updated: 10/17/2022
User Avatar

Wiki User

13y ago

Best Answer

What about strchr? Or, isdigit and its family (often implemented as macros, though)?

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is character oriented function?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the difference between function and method in c language?

In object-oriented languages, a class member function is also known as a method. C does not provide native support for the object-oriented paradigm and therefore does not support methods.


Differentiate between size oriented and function oriented metrics?

Size oriented - direct measure of software Attempt to measure the size of software It focuses on the lines of code. It is dependent of programming language Function oriented - Indirect measure of software Attempt to measure the functionality of software It focuses on function points It is independent of programming language


How does one use the Perl chomp function?

The Perl Chomp function is a programming function that remove the "newline" character at the end of the string. One can use the Perl Chomp function to remove any character that has the same value as the current one.


What is 'this' in c?

There is no 'this' in C. C is not an object-oriented language. C++, however, is object-oriented. The 'this' pointer is used by non-static member functions to determine which instance of a class the function should operate upon.


How are data and functions organized in an object oriented program?

see in object oriented programming, data and function are packed inside one module in which data is only accessible by the function of it's own module and the function is the only way data can interact with other modules.In practical use even the private, public and protected things also came up.

Related questions

What is the approach of C programming known as?

Sequential style, or function-oriented. Which is opposed to object-oriented, as in C++.


How does a service oriented company do marketing?

A company whose primary function is to perform labor tasks for customers; as opposed to a PRODUCT-ORIENTED BUSINESS.


Should service organizations be more market oriented than manufacturing organizations?

Any business regardless of industry or function has to be market oriented.


Which data link protocol is the least efficient?

A character-oriented synchronous protocol


What is the difference between function and method in c language?

In object-oriented languages, a class member function is also known as a method. C does not provide native support for the object-oriented paradigm and therefore does not support methods.


What are Donald Trump character traits?

Shrewdness, business savvy, critical, humorous, family oriented, at least oriented toward his own family, which is not a bad thing.


What is theobject oriented programming style?

When a programming language is "object-oriented" it means that the code is based (or oriented) around Objects as opposed to executing line by line. An object is any value, variable, function, or data structure.


Who is the round character in the pearl by Steinbeck?

Kino is the round character in The Pearl because he goes from family oriented to greedy (wants money from the pearl).


Differentiate between size oriented and function oriented metrics?

Size oriented - direct measure of software Attempt to measure the size of software It focuses on the lines of code. It is dependent of programming language Function oriented - Indirect measure of software Attempt to measure the functionality of software It focuses on function points It is independent of programming language


What kinds of things can become objects in object-oriented programming?

member function and data fuction


What is a character function in SQL?

Spongebob


What is difference between Function Oriented Design and Obeject Oriented design?

In function oriented design a problem is thought in form of data and functions to manipulate those data. Both entities remain independent of each other. On the other hand in object oriented design a problem is thought in form of an encapsulated entity where both data and functions stay together in form of an object. Following link has a nice collection of articles of object oriented programming: http://cs-fundamentals.com/java-programming/java-programming-tutorials.php