Answer Posted / public
52
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What is a program?
I need a sort of an approximate strcmp routine?
Explain what is the use of a semicolon (;) at the end of every program statement?
What is the purpose of type declarations?
What are the advantages of using new operator as compared to the function malloc ()?
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
can we implement multi-threads in c.
What is time null in c?
What is call by reference in functions?
What is #include stdlib h?
what are the facialities provided by you after the selection of the student.
When should we use pointers in a c program?
Do you know null pointer?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What is string concatenation in c?