When do you not use the keyword 'return' when defining a function
a) Always
b) Never
c) When the function returns void
d) dfd
No Answer is Posted For this Question
Be the First to Post Answer
Can you apply link and association interchangeably?
How will you allocate memory to double a pointer?
What are the advantages of Macro over function?
in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000
Explain what will the preprocessor do for a program?
How can I dynamically allocate arrays?
Explain in detail how strset (string handling function works )pls explain it with an example.
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What does the c in ctime mean?
How would you write qsort?
how to find out the union of two character arrays?
How can I find leaf node with smallest level in a binary tree?