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
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
please send me the code for multiplying sparse matrix using c
How can I delete a file?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
List some of the dynamic data structures in C?
What is break in c?
In a switch statement, what will happen if a break statement is omitted?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
Why does everyone say not to use scanf? What should I use instead?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
How many types of sorting are there in c?
What are the differences between new and malloc in C?
What are qualifiers and modifiers c?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?