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

write a program to find the largest and second largest integer from an array

2 Answers   Value Labs,


1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop

2 Answers  


C program to read the integer and calculate sum and average using single dimensional array

0 Answers  


Is c is a middle level language?

0 Answers  


What is the -> in c?

0 Answers  






count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

5 Answers   TCS, Vimukti Technologies,


Write a code on reverse string and its complexity.

0 Answers   Expedia,


what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"

4 Answers  


what is the function of pragma directive in c?

0 Answers  


What is the difference between null pointer and wild pointer?

0 Answers  


I heard that you have to include stdio.h before calling printf. Why?

0 Answers  


Categories