Write a program to compare two strings without using the
strcmp() function
Answer Posted / navy
The previous post is for finding whether string is
pallindrome or not
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain the bubble sort algorithm.
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
write an algorithm to display a square matrix.
What are c preprocessors?
What is void main ()?
What are local static variables?
What are the 5 types of organizational structures?
Explain the difference between getch() and getche() in c?
Explain zero based addressing.
What is the size of structure in c?
What is pragma c?
What is nested structure?
What is difference between structure and union?
What are shell structures used for?
What is typeof in c?