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



What is true about the following C Functions (a) Need not return any value ..

Answer / devendra kumar gupta

need not return any value

Is This Answer Correct ?    18 Yes 3 No

What is true about the following C Functions (a) Need not return any value ..

Answer / seema choudhary

(a) Need not return any value
b'caz all statements has using the return type

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More C Interview Questions

Write a program to reverse a linked list in c.

0 Answers   DELL, HAL,


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

0 Answers  


I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...

0 Answers  


what is pointer

1 Answers   TCS,


What are pointers in C? Give an example where to illustrate their significance.

0 Answers   Wipro,


What are the keywords in c?

0 Answers  


Can you subtract pointers from each other? Why would you?

0 Answers  


Please write the area of a RIGHT ANGLED TRIANGLE.

1 Answers  


C passes By value or By reference?

5 Answers   Geometric Software, Infosys,


can anyone suggest some site name..where i can get some good data structure puzzles???

0 Answers  


What is difference between && and & in c?

0 Answers  


how to find greatet of 10 numbers without using array?

4 Answers  


Categories