Answer Posted / jyoti
An Array is a Drived data type
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between union All statement and Union?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What are type modifiers in c?
Explain what are the advantages and disadvantages of a heap?
Explain what is the heap?
How can I manipulate strings of multibyte characters?
What is the right type to use for boolean values in c? Is there a standard type?
When can you use a pointer with a function?
What type of function is main ()?
What are dangling pointers? How are dangling pointers different from memory leaks?
What does the error message "DGROUP exceeds 64K" mean?
What is pass by reference in c?
Differentiate between Macro and ordinary definition.
Describe the header file and its usage in c programming?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }