What is the explanation for prototype function in c?


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

Post New Answer

More C Interview Questions

what is the diffrenet bettwen HTTP and internet protocol

0 Answers  


What does *p++ do? What does it point to?

0 Answers  


What is difference between %d and %i in c?

0 Answers  


Explain what are the standard predefined macros?

0 Answers  


write a program to print the one dimensional array.

1 Answers  






Explain Doubly Linked Lists?

3 Answers  


What is anagram in c?

0 Answers  


Why isn't it being handled properly?

0 Answers  


What does the function toupper() do?

0 Answers  


What ios diff. Between %e & %f?

3 Answers   Honeywell,


void main() {int a[5],i,b=16; for(i=0;i<5;i++) a[i]=2*i; f(a,5,b); for(i=0;i<5;i++) printf("\n %d",a[i]); printf("\n %d",b); } f(int *x,int n,int y) { int i; for(i=0;i<n;i++) *(x+i)+=2; y=y+2; }wat r the errors in the prg.and improvise the prg to get o/p.?

2 Answers   TCS,


Explain what a Binary Search Tree is.

3 Answers  


Categories