What is the use of function in c?


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

Post New Answer

More C Interview Questions

In which category does main function belong??

5 Answers  


read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50

4 Answers   TCS,


A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.

4 Answers  


What is #line used for?

0 Answers  


why do we use # in c-language?

1 Answers  


Define Spanning-Tree Protocol (STP)

0 Answers  


What should be keep precautions while using the recursion method?

1 Answers  


difference between object file and executable file

0 Answers  


what is the use of ~ in c lang?????

3 Answers  


Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17

0 Answers  


What is the restrict keyword in C?

2 Answers  


what is difference between array,strutter,union and pointers

3 Answers   CTS, Lovely Professional University, Mannar Company,


Categories