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 / ramesh
Need not return any value
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What do you mean by a sequential access file?
What is c token?
In C language what is a 'dangling pointer'?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
Explain how can I avoid the abort, retry, fail messages?
How does free() know explain how much memory to release?
Explain void pointer?
What is the condition that is applied with ?: Operator?
What is array of structure in c programming?
What is memcpy() function?
Write a program to print all permutations of a given string.
Is there a way to compare two structure variables?
What is the difference between malloc() and calloc()?
How can I open files mentioned on the command line, and parse option flags?
How is pointer initialized in c?