Answer Posted / geta
FUNCTION:-FUNCTION IS A COLLECTION OF SIMILAR DATA TYPES.
STRUCTURE:-STRUCTURE IS A COLLECTION OF DIFFERENT DATA TYPES
| Is This Answer Correct ? | 13 Yes | 17 No |
Post New Answer View All Answers
What are the different categories of functions in c?
What is the difference between fread and fwrite function?
What are types of functions?
Explain how do you declare an array that will hold more than 64kb of data?
How does normalization of huge pointer works?
What is the significance of an algorithm to C programming?
Explain why can’t constant values be used to define an array’s initial size?
What is the acronym for ansi?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What is the deal on sprintf_s return value?
Is a house a shell structure?
What is the argument of a function in c?
What is the use of function overloading in C?
Can you mix old-style and new-style function syntax?
How can you pass an array to a function by value?