Should a function contain a return statement if it does not return a value?


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

Post New Answer

More C Interview Questions

How to add two numbers with using function?

4 Answers  


Can a program have multiple main() functions?

1 Answers  


#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }

15 Answers   Infosys,


Write a program to check armstrong number in c?

0 Answers  


What is the difference between mpi and openmp?

0 Answers  


wat s the meaning of (int *)p +4;

2 Answers  


What are the 5 organizational structures?

0 Answers  


dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p stands for there?

1 Answers  


What is memory leak in c?

0 Answers  


What is difference between union and structure in c?

0 Answers  


What is meant by type specifiers?

0 Answers  


How can I set an array's size at run time?

9 Answers  


Categories