adspace
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 pointers in c with example?
What is the difference between union and anonymous union?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
write a program to find out prime number using sieve case?
How do you convert strings to numbers in C?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Is int a keyword in c?
What is dynamic dispatch in c++?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
will u please send me the placement papers to my mail???????????????????
what is ur strangth & weekness
Do you know the difference between malloc() and calloc() function?
ATM machine and railway reservation class/object diagram
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?