Write program to remove duplicate in an array?
No Answer is Posted For this Question
Be the First to Post Answer
can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).
What is pre-emptive data structure and explain it with example?
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
how would a 4*3 array A[4][3] stored in Row Major Order?
What is data types?
give an example of type casting by a simple c program
Why is it usually a bad idea to use gets()? Suggest a workaround.
Magic square
Explain continue keyword in c
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
How do you override a defined macro?
What are examples of structures?