Answer Posted / lakkup
structure:it holds dissimiliar datatypes when compared to
array.
function:it is used when an operation has to be done by
skipping some of the stepsi.e., function call
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
Why main is used in c?
What is a structure in c language. how to initialise a structure in c?
What is the difference between the local variable and global variable in c?
What are enumerated types?
Is boolean a datatype in c?
Explain void pointer?
What are the types of c language?
What is the use of ?: Operator?
What does printf does?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What does the && operator do in a program code?
What is a constant?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
What are two dimensional arrays alternatively called as?
Can one function call another?