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 / devendra kumar gupta

need not return any value

Is This Answer Correct ?    18 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I call a function with an argument list built up at run time?

888


Write a program to generate the Fibinocci Series

852


write a c program in such a way that if we enter the today date the output should be next day's date.

1891


A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference

827


What is the stack in c?

875


What does != Mean in c?

776


What are the 5 elements of structure?

793


Does c have function or method?

780


What is 2 d array in c?

726


A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?

1715


How can I rethow can I return a sequence of random numbers which dont repeat at all?

947


What is %lu in c?

887


Explain what does the format %10.2 mean when included in a printf statement?

1091


What are the application of void data type in c?

956


Is calloc better than malloc?

770