In c programming language, how many parameters can be passed to a function ?


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

Post New Answer

More C Interview Questions

Why can arithmetic operations not be performed on void pointers?

0 Answers  


Derive the complexity expression for AVL tree?

1 Answers  


how to swap two nubers by using a function with pointers?

1 Answers  


Explain how can you be sure that a program follows the ansi c standard?

0 Answers  


Write a program to generate random numbers in c?

0 Answers  






what does the following code do? fn(int n,int p,int r) { static int a=p; switch(n){ case 4:a+=a*r; case 3:a+=a*r; case 2:a+=a*r; case 1:a+=a*r; } } a.computes simple interest for one year b.computes amount on compound interest for 1 to 4 years c.computes simple interest for four year d.computes compound interst for 1 year

7 Answers   TCS,


Explain the concept and use of type void.

0 Answers  


What is static and volatile in c?

0 Answers  


How do you sort filenames in a directory?

0 Answers  


code snippet for creating a pyramids triangle ex 1 2 2 3 3 3

4 Answers  


how to go with this?

1 Answers   Wipro,


tell me the full form of c?

2 Answers  


Categories