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

What is the modulus operator?

0 Answers  


who will call your main function in c under linux?

2 Answers  


Why does the call char scanf work?

0 Answers  


What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?

1 Answers   Excel,


hi , please send me NIC written test papers to sbabavalli@gmail.com

0 Answers   NIC,


ABCDCBA ABC CBA AB BA A A

4 Answers   TCS,


How do you convert strings to numbers in C?

0 Answers  


Why is c so popular?

0 Answers  


to convert a string without using decrement operater and string functions

1 Answers  


#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }

6 Answers   ME,


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?

1 Answers   Wipro,


How do you initialize function pointers? Give an example?

3 Answers  


Categories