answersLogoWhite

0


Best Answer

fuzzy logic is a logic which we have to implement in c language

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How is c language different from fuzzy logic?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you draw Logic Gates in C language?

The C language is not a graphics language and you cannot draw logic gates using it. C is a programming language, and it is possible to use a graphics library to do so, but you did not specify which library you were using. Please restate the question.


How can program for c language?

first think of the logic and then write the statements


How c language convert into machine language?

With a compiler, which is a program that "knows" how to transform the programming language logic in to machine code and make it perform from that.


Different parts of c language program?

what are the parts of C language program


What is logic to convert amount in figure from Rs in programming c?

c- c++ a language for development started in cambridge I believe regards Mark Folan 07931595124


How do you write palindrome program in c language?

int pallindrom(int p){ /*write all logic*/ }


What has the author C Casadio written?

C. Casadio has written: 'Computational algebraic approaches to natural language' -- subject(s): Comparative and general Grammar, Language and logic, Computational linguistics, Mathematical linguistics, Grammar categories 'Interpretazione generica e metafora' -- subject(s): Genericalness (Linguistics), Metaphor 'Logic for grammar' -- subject(s): Categorial grammar, Formalization (Linguistics), Lambda calculus, Language and logic, Logic, Symbolic and mathematical, Mathematical linguistics, Semantics (Philosophy), Symbolic and mathematical Logic


What is the different types of language?

c, c++, java


What has the author C K Wong written?

C. K. Wong has written: 'Fuzzy points and local properties of fuzzy topology' -- subject(s): Fuzzy topology


What is mean by robust language in c language?

Robust means strong enough to withstand or overcome intellectual challenges or adversity. c is a robust language because its rich set of built-in functions and operators can be used to write any complex logic program.


Is the identifiers 'name' and 'NAME' different in c?

Yes they is different, C language are case-sensitive.


What is the Difference between verilog and vhdl language?

C is a high level language that is compiled into machine language for specific system. The system implements some sort of state machine that can process the compiled machine language. In VHDL you have to design the statemachine itself. Furthermore VHDL is compiled into logic primitives that could be built by logic gates which itself could be realized with transistors. C is a programming language. VHDL is a hardware description language.