Answer Posted / saroja patil
Array is simple program structure collection of homogeneous
data elements which are stored the elements are same data
same type and same size.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What does it mean when the linker says that _end is undefined?
What does the && operator do in a program code?
What are two dimensional arrays alternatively called as?
List a few unconditional control statement in c.
What is the use of printf() and scanf() functions?
Can we add pointers together?
How will you delete a node in DLL?
What functions are used in dynamic memory allocation in c?
What is restrict keyword in c?
Can you please explain the difference between exit() and _exit() function?
Is main an identifier in c?
Are comments included during the compilation stage and placed in the EXE file as well?
What is the purpose of & in scanf?
Can a variable be both static and volatile in c?
Why is it usually a bad idea to use gets()? Suggest a workaround.