What is data structure in c and its types?
No Answer is Posted For this Question
Be the First to Post Answer
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 a void * in c?
Can we access the array using a pointer in c language?
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
What is structure padding in c?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
which one is highest Priority in c? a)=,b)+,c)++,d)==
why we use pointer in c
hi , please send me NIC written test papers to sbabavalli@gmail.com
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?
what is the role you expect in software industry?