Write program to remove duplicate in an array?
No Answer is Posted For this Question
Be the First to Post Answer
explain about storage of union elements.
What is c language and why we use it?
how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
please give code for this 1 2 4 7 11 16
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
what is the use of #pragma pack, wer it is used?
What is the difference between Printf(..) and sprint(...) ?
Where are the auto variables stored?
What does struct node * mean?
What is spaghetti programming?
What is a rvalue?