Answer Posted / teja
array : array is a collection of similar datatypes like
integer types or character types
string : string is a collection of characters of any size
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain how can I pad a string to a known length?
What is file in c language?
What is a macro in c preprocessor?
What is the correct code to have following output in c using nested for loop?
What is %d called in c?
Is c easy to learn?
Which function in C can be used to append a string to another string?
What is n in c?
What is c language used for?
Explain how do you override a defined macro?
What is a far pointer in c?
Why #include is used in c language?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
What does int main () mean?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.