Answer Posted / suneela
it is a collection data items of different data types using
a single name
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Why is %d used in c?
What is 2 d array in c?
How can I list all of the predefined identifiers?
What does double pointer mean in c?
What does 4d mean in c?
Can we assign integer value to char in c?
Is the exit() function same as the return statement? Explain.
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
What is the use of sizeof?
Differentiate between #include<...> and #include '...'
p*=(++q)++*--p when p=q=1 while(q<=6)
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
Why & is used in scanf in c?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
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