What is conio h in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
How can I find out if there are characters available for reading?
What are the main characteristics of c language describe the structure of ac program?
Is null a keyword in c?
What is difference between structure and union in c?
Is c pass by value or reference?
Can you write a programmer for FACTORIAL using recursion?
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
Toggle nth bit in a given integer - num
Tell us something about keyword 'auto'.
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.?
what is the role you expect in software industry?