answersLogoWhite

0

What is meaning palindorme in C language?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

The arrangement of characters from left to right in the string is the same as the arrangement of characters from right to left.

e.g. MOM is a palindrome as it is same even if you read it from either left to right or right to left.

while CAT is not a palindrome.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is meaning palindorme in C language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Palindorme for instrument you play by yourself?

solos


What is meaning of keyword in c language?

'Keyword' is a synonym for 'reserved word', it is not specific to C language.


What is meaning of f in printf in c language?

formatted


What is Meaning of c in c language?

There is no meaning for the C in C-language. Previously , there was a language called BCPL (Basic combined programming language) ,Ken thompson improved this language and named as B language. After several modifications and inclusion of advanced features such as Pointers , Dennis Richie named it as C , (C comes after B in Alphabetical Order) So , name for that Language came in this way. Later Bjourne Strostrup included Object Oriented features to C , and Named 'C with Classes ' and later C++.


What is that palindorme for a brand of car?

I don't know of a brand, but there is the Honda "Civic".


IN cobol programming language what is the meaning of add AB giving C?

Let c = a+b


What do the two plus stand for in C plus plus?

The ++ in C++ refers to the postfix increment operator (operator++()). It's literal meaning is "the successor to C", in reference to the C language upon which the C++ language is based.


What does c sur mean in French?

"c sur" is text language for "c'est sur", meaning "that's sure" in English.


The meaning of if in C language?

if is a like a choicee.g.if (x==1) if x is equal to 1 then it will print "x=1"{printf("x=1);}else{printf("x does not =1")}Answer: If is an identifier, if is a statement.


What has the author C K Ogden written?

C. K Ogden has written: 'The ABC of psychology' -- subject(s): Psychology 'The meaning of meaning' -- subject(s): Language and languages, Meaning (Psychology), Philosophy, Psycholinguistics, Semiotics


Why c language has name c why not a?

C-language was derived from B-language.


What is the meaning of fabs in quadratic equation in c program?

In the C Programming Language, the fabs function returns the absolute value of a floating-point number