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
What is array in C
What would be an example of a structure analogous to structure c?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What is getch() function?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Explain how do you view the path?
how we can make 3d venturing graphics on outer interface
Why enum is used in c?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What are the 4 types of unions?
What is int main () in c?
What are the three constants used in c?
Describe the difference between = and == symbols in c programming?
Explain what is a static function?
How old is c programming language?