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
Explain b+ tree?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What does char * * argv mean in c?
Can we access the array using a pointer in c language?
Are global variables static in c?
What does the characters “r” and “w” mean when writing programs that will make use of files?
Function calling procedures? and their differences? Why should one go for Call by Reference?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Differentiate abs() function from fabs() function.
What are the two types of functions in c?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
In C language what is a 'dangling pointer'?
What are the types of data files?
Write a program to print numbers from 1 to 100 without using loop in c?
What are header files why are they important?