write a program to remove duplicate from an ordered char array? in c
Answer Posted / avizo
#include<stdio.h>
#include<conio.h>
void main()
{
int a,b,sum;
printf("enter the first value a:");
scanf("%d",&a);
printf("enter the second value b:");
scanf("%d",&b);
sum=a+b;
printf("sum=%d",sum);
getch();
}
| Is This Answer Correct ? | 0 Yes | 14 No |
Post New Answer View All Answers
plz let me know how to become a telecom protocol tester. thank you.
What does a pointer variable always consist of?
What is the best organizational structure?
Explain how can you tell whether a program was compiled using c versus c++?
What are the advantages of c preprocessor?
explain what is an endless loop?
Who developed c language?
What is advantage of pointer in c?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is c language and why we use it?
Can we declare variables anywhere in c?
What is the difference between typedef and #define?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What are the features of c languages?
What is the difference between arrays and pointers?