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

Post New Answer

More C Interview Questions

Which control loop is recommended if you have to execute set of statements for fixed number of times?

0 Answers  


Write the syntax and purpose of a switch statement in C.

0 Answers   Adobe,


What is getche() function?

0 Answers  


WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?

6 Answers   Finite Infotech, Lovely Professional University, Wipro,


What is string function in c?

0 Answers  






Why isnt any of this standardized in c?

0 Answers  


Write a program to print factorial of given number without using recursion?

0 Answers  


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?

2 Answers  


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

0 Answers  


Is main is a keyword in c?

0 Answers  


what will be the output of this program main() { int i=1; while (i<=10); { i++; } }

11 Answers  


Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.

2 Answers  


Categories