Explain About fork()?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of c preprocessor?
How many levels of pointers can you have?
write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
1 Answers iGate, Shashi, Source Bits, Subex,
Find the highest of three numbers and print them using ascending orders?
What is scope rule in c?
What is sizeof int?
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.?
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
ASCII stands for
What is a sequential access file?
Define recursion in c.
What is a structure and why it is used?