in case any function return float value we must declare
a) the function must be declared as 'float' in main() as well
b) the function automatically returned float values
c) function before declared 'float' keyword
d) all the above
No Answer is Posted For this Question
Be the First to Post Answer
Is it better to use malloc() or calloc()?
What is an array? What the different types of arrays in c?
Does c have class?
write a program to create a sparse matrix using dynamic memory allocation.
What are the three constants used in c?
what is the use of pointers
suppose there are five integers write a program to find larger among them without using if- else
7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
print 1-50 with two loop & two print Statement
how can we Declare a variable in c without defining it.
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile