C Programming and Technical Programming Program

Write a program to eliminate repeated word in a string without using built in function.
For ex: hi how are you. hope you are fine.
o/p: hi how are you. hope fine.

Read Solution (Total 3)

C Other Question

#include
main(){
int a;
a=1,2;
printf("%d",a);
}
Options
1) 1
2) 2
3) Syntax error
4) none
Write a program in Swapping inc/c++ of two numbers in a single line only ?