When do you not use the keyword 'return' when defining a function

a) Always

b) Never

c) When the function returns void

d) dfd


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is merge sort in c?

0 Answers  


What is uint8 in c?

0 Answers  


what is diff between localstatic and globalstatis variable possible 2 use in another file...?

2 Answers   HCL,


Find if a number is power of two or not?

1 Answers  


What is a macro?

0 Answers  






I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7

1 Answers  


How do we print only part of a string in c?

0 Answers  


Write a program to know whether the input number is an armstrong number.

0 Answers   Wipro,


Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer

0 Answers   Ignou, Microsoft,


What is the significance of an algorithm to C programming?

0 Answers  


What is atoi and atof in c?

0 Answers  


20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????

2 Answers  


Categories