Answer Posted / gunasekhar
array is an collection of elements with diff data type
| Is This Answer Correct ? | 67 Yes | 111 No |
Post New Answer View All Answers
Do you know the use of fflush() function?
What are the advantages of using new operator as compared to the function malloc ()?
Is it better to bitshift a value than to multiply by 2?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is the right type to use for boolean values in c? Is there a standard type?
What are the different types of endless loops?
What is a 'null pointer assignment' error?
What are the different types of control structures?
What is the use of pragma in embedded c?
write a program to print data of 5 five students with structures?
What is the ANSI C Standard?
What is an identifier?
Give me the code of in-order recursive and non-recursive.
What is sizeof array in c?
Explain indirection?