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
What is volatile variable how do you declare it?
What is meant by realloc()?
How can variables be characterized?
What’s the special use of UNIONS?
Is a house a mass structure?
What is the process to create increment and decrement stamen in c?
why return type of main is not necessary in linux
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Write a program to print all permutations of a given string.
List the difference between a "copy constructor" and a "assignment operator"?
What is a lvalue
How do c compilers work?
What does printf does?
What is the symbol indicated the c-preprocessor?
What is table lookup in c?