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
How many types of linked lists what are they? How many types of data structures?
18 Answers BSNL, Pivotal Software,
How we can insert comments in a c program?
How to print %d in output
WHAT IS MEANT BY LIFE?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(
Why is c fast?
Explain what is meant by high-order and low-order bytes?
Is main an identifier in c?
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
Explain what is meant by 'bit masking'?