Why do we need functions in c?


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

Post New Answer

More C Interview Questions

What functions are used for dynamic memory allocation in c language?

0 Answers  


what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā€œ%d\nā€,j); }

14 Answers   Oracle,


How do you construct an increment statement or decrement statement in C?

0 Answers  


Why shouldn’t I start variable names with underscores?

0 Answers  


which is the best antivirus and how to update it

7 Answers   Infosys,






define c

6 Answers   HCL, TCS,


what is inline function?

2 Answers  


to find the program of matrix multiplication using arrays

6 Answers   Bhel,


5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.

0 Answers  


What is main () in c language?

0 Answers  


Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?

4 Answers   Oracle,


Explain how does flowchart help in writing a program?

0 Answers  


Categories