Answer Posted / swe
PrimitiveType
ReferenceType
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
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 oops c?
Can you tell me how to check whether a linked list is circular?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What is a c token and types of c tokens?
What is the stack in c?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
How can I avoid the abort, retry, fail messages?
What is the use of #include in c?
how logic is used
Is it better to bitshift a value than to multiply by 2?
Explain the use of bit fieild.
What is a MAC Address?
How old is c programming language?
List some applications of c programming language?