What are the advantages of the functions?


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

Post New Answer

More C Interview Questions

Why functions are used in c?

0 Answers  


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

0 Answers  


I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.

0 Answers   Oracle,


What is c standard library?

0 Answers  


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

0 Answers  






Explain how do you declare an array that will hold more than 64kb of data?

0 Answers  


Explain the ternary tree?

0 Answers  


Is Exception handling possible in c language?

0 Answers   Wipro,


A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above

2 Answers   Accenture,


Explain modulus operator.

0 Answers  


Can a variable be both constant and volatile?

0 Answers  


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

0 Answers  


Categories