Answer Posted / shruti
functions can return values.
structures cannot return values.
we can pass arguments to the function
we cannot pass any argument to the structure.
| Is This Answer Correct ? | 115 Yes | 20 No |
Post New Answer View All Answers
Why should I prototype a function?
What are the ways to a null pointer can use in c programming language?
What is zero based addressing?
What is the purpose of clrscr () printf () and getch ()?
What is the purpose of main() function?
What will the preprocessor do for a program?
Explain Basic concepts of C language?
When should the volatile modifier be used?
what is a constant pointer in C
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Explain the red-black trees?
List some applications of c programming language?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What is uint8 in c?
Explain what does the format %10.2 mean when included in a printf statement?