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.
Answers were Sorted based on User's Feedback
Is c still used in 2019?
Tell me can the size of an array be declared at runtime?
What is the purpose of the preprocessor directive error?
write a c program in such a way that if we enter the today date the output should be next day's date.
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What are the different types of pointers used in c language?
What is the difference between a string and an array?
m=++i&&++j(||)k++ printf("%d"i,j,k,m)
can we have joblib in a proc ?
How many types of sorting are there in c?
how to write a prog in c to convert decimal number into binary by using recursen function,
Why are all header files not declared in every c program?