How many parameters should a function have?


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

Post New Answer

More C Interview Questions

Explain how can I remove the trailing spaces from a string?

0 Answers  


What does static variable mean in c?

0 Answers  


what is the difference between #include<> and #include”…”?

5 Answers  


how to swap 4 number without using temporary number?

2 Answers  


using for loop sum 2 number of any 4 digit number in c language

0 Answers  






how to find greatet of 10 numbers without using array?

4 Answers  


How to set file pointer to beginning c?

0 Answers  


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

0 Answers   Wilco,


tell me the full form of c?

2 Answers  


Why doesn't the code "a[i] = i++;" work?

4 Answers  


Do you know the use of fflush() function?

0 Answers  


what are the languages used in c#?

3 Answers   Infosys,


Categories