What is true about the following C Functions
(a) Need not return any value
(b) Should always return an integer
(c) Should always return a float
(d) Should always return more than one value
Answer Posted / seema choudhary
(a) Need not return any value
b'caz all statements has using the return type
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is indirection? How many levels of pointers can you have?
What does static variable mean in c?
Can you subtract pointers from each other? Why would you?
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
Explain union.
What are the c keywords?
What are the 4 types of unions?
Explain what are the advantages and disadvantages of a heap?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
i got 75% in all semester am i eligible for your company
Differentiate between the = symbol and == symbol?
What is the use of parallelize in spark?
How can I get the current date or time of day in a c program?
c program to compute AREA under integral
What is the purpose of main() function?