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

1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if

0 Answers   TCS,


What are multibyte characters?

0 Answers  


What are the uses of null pointers?

0 Answers  


Explain the difference between #include "..." And #include <...> In c?

0 Answers  


char ch=10;printf("%d",ch);what is the output

14 Answers   Accenture,


what are bit fields in c?

2 Answers  


Tell about strtok & strstr functions

2 Answers   HCL, iFlex, Motorola,


What are .h files and what should I put in them?

3 Answers  


Juxtapose the use of override with new. What is shadowing?

1 Answers  


Why can’t we compare structures?

0 Answers  


What is the return type of sizeof?

0 Answers  


where does it flourished?

0 Answers   Microsoft,


Categories