Write a code to remove duplicates in a string.
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?
28 Answers 3D PLM, Code Studio, Deltech, IBM,
What do you mean by dynamic memory allocation in c? What functions are used?
Why we use int main and void main?
Program to find the absolute value of given integer using Conditional Operators
Explain the red-black trees?
what are you see during placement time in the student.
0 Answers Goldman Sachs, TCS, Tech Solutions,
What is typedf?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
write a program to display & create a rational number
Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b