Write a program which returns the first non repetitive character in the string?
No Answer is Posted For this Question
Be the First to Post Answer
How do you use a pointer to a function?
what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
What is echo in c programming?
is assignment operator is arithmatic or not
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
What is bubble sort technique in c?
how to TOGGLE Nth bit of variable in a MACRO
how can make variable not in registers
Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?
How do you override a defined macro?
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,