AboutGeorge Moustris Expertise I can answer most of the questions about the workings of a Fuzzy Logic machine, from the basics up to a certain advanced point.Questions regarding applications of Fuzzy systems intregrating with other technologies such as Neural Nets or Genetic Algorithms are propably out of my reach although,with some research,i could try to answer them(i have working knowledge of Neural Nets an Genetic Algorithms but i`m far from being consider an expert to these areas).
Experience I have experience in Fuzzy Logic gained in projects i have been part of.The last project was a robotic vehicle that used a Fuzzy Logic path tracker which i designed.
Organizations Aristotle University of Thessaloniki,M.Eng. Electrical and Computer Engineering , National Technical University of Athens,Phd, Computational Intelligence in Robotics (currently pursuing)
Question Hi
my question is about the special words that we use in programming such as while,do.... in c
special words are divided into two majors 1.keywors 2.reserved words
i know that keywords is a word of a programming language that is special only in certain contexts
and a reserded word is a special word of a programming language that can not be used as a name.
but i can't understand the difference between the definition of them?
could you plz make it more clear for me?
Thanx
Bita
Answer Hi Bita,
i don't think that there is a difference between reserved words and keywords. For all practical purposes, the terms are used interchangeably and you will encounter both terms referring to the same thing, often within the same text.