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
Where we use clrscr in c?
Are pointers really faster than arrays?
What are the complete rules for header file searching?
What is the difference between the = symbol and == symbol?
How are Structure passing and returning implemented by the complier?
Write a program in c to replace any vowel in a string with z?
With the help of using classes, write a program to add two numbers.
How many loops are there in c?
What is extern c used for?
What does calloc stand for?
Differentiate between a structure and a union.
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
How reliable are floating-point comparisons?
how to execute a program using if else condition and the output should enter number and the number is odd only...
Explain the use of 'auto' keyword in c programming?