Answer Posted / khaja
array is used for same or similar datatypes
and
structure is used for different data types
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a good way to implement complex numbers in c?
Is c call by value?
What are header files in c programming?
What is array of pointers to string?
What are linked lists in c?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What are the two types of functions in c?
How to create struct variables?
What are bitwise shift operators in c programming?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
What is variable and explain rules to declare variable in c?
What are the 5 elements of structure?
What is cohesion and coupling in c?