What is return in c programming?


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

Post New Answer

More C Interview Questions

What is the difference between single charater constant and string constant?

0 Answers  


What is variable in c example?

0 Answers  


Difference between malloc() and calloc() function?

0 Answers  


If the static variable is declared as global, will it be same as extern?

1 Answers   Samsung,


what is data structure

5 Answers   Maveric, TCS,


what are far pointers?

1 Answers  


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

0 Answers  


What is the purpose of main( ) in c language?

0 Answers  


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

0 Answers  


array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}

12 Answers   Google, Motorola,


Why c language is called c?

0 Answers  


Explain about the constants which help in debugging?

0 Answers  


Categories