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 / sunayana
d ans. is a.that it is nt neccsary for any c function to
return any value
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Can you please explain the difference between strcpy() and memcpy() function?
In a header file whether functions are declared or defined?
Write a program to find factorial of a number using recursive function.
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
Difference between pass by reference and pass by value?
Explain how do you list files in a directory?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
When should we use pointers in a c program?
write a progrmm in c language take user interface generate table using for loop?
What are the 4 data types?
How can you avoid including a header more than once?
How many bytes is a struct in c?
Explain how can I prevent another program from modifying part of a file that I am modifying?
What is a protocol in c?
What are the different types of objects used in c?