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 / shikhar
yes, the answer is a. In C, the function may or may not
return any value. In new languages like vb, dotnet....these
kind of functions are called "subroutines".
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Write a C program to count the number of email on text
to find the closest pair
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What is array in c with example?
What is a scope resolution operator in c?
how to find anagram without using string functions using only loops in c programming
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
How can you invoke another program from within a C program?
Explain low-order bytes.
Explain the advantages of using macro in c language?
What does stand for?
Are the variables argc and argv are always local to main?
Is void a keyword in c?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"