Answer Posted / guest
string is a sequence of characters where as array is
collections of differnt strings which are having same data type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is meant by high-order and low-order bytes?
How can a number be converted to a string?
What are dangling pointers in c?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What is the difference between single charater constant and string constant?
What are types of preprocessor in c?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
Is there any possibility to create customized header file with c programming language?
What are the string functions? List some string functions available in c.
What is %s and %d in c?
Explain how do you print only part of a string?
What does the message "automatic aggregate intialization is an ansi feature" mean?
What's a good way to check for "close enough" floating-point equality?
How can I do peek and poke in c?