Answer Posted / sonu
string:string is a collection of similar datatype,like
"sneha".
array:an array is a collection of different datatype,like
a[10].we can store charactor value as well as integer.
Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
What is auto keyword in c?
write a program to concatenation the string using switch case?
How can you increase the size of a dynamically allocated array?
What is modifier & how many types of modifiers available in c?
How can you avoid including a header more than once?
can any one tel me wt is the question pattern for NIC exam
Explain what are multidimensional arrays?
What are the usage of pointer in c?
Differentiate between a for loop and a while loop? What are it uses?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
Is there a way to compare two structure variables?
how to execute a program using if else condition and the output should enter number and the number is odd only...
How to write a code for reverse of string without using string functions?
Write a Program to find whether the given number or string is palindrome.
What is difference between structure and union with example?