What are the types of functions in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is return type in c?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
0 Answers Aspire, Infogain, TISL,
How do you convert strings to numbers in C?
how should functions be apportioned among source files?
Can you please explain the difference between malloc() and calloc() function?
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.?
how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *
What is the difference between struct and union in C?
In which language linux is written?
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
i want to job in your company, so how it will be possible.
What is file in c language?