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
Can you tell me how to check whether a linked list is circular?
What is conio h in c?
What is C language ?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
Write a program to use switch statement.
Can we declare function inside main?
Write a program to maintain student’s record. Record should
not be available to any unauthorized user. There are three
(3) categories of users. Each user has its own type. It
depends upon user’s type that which kind of operations user
can perform. Their types and options are mentioned below:
1. Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record)
2. Super Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record, Delete Single Record)
3. Guest
(Search Record [by Reg. No or Name], View All Records)
When first time program runs, it asks to create accounts.
Each user type has only 1 account (which means that there
can be maximum 3 accounts). In account creation, following
options are required:
Login Name: <6-10 alphabets long, should be unique>
Password: <6-10 alphabets long, should not display
characters when user type>
Confirm Password:
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Is there a way to compare two structure variables?
What is 2c dna?
What are variables c?
Is c procedural or functional?
What is a char c?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What are Macros? What are its advantages and disadvantages?