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

Post New Answer

More C Interview Questions

Explain how can I make sure that my program is the only one accessing a file?

0 Answers  


How can I recover the file name given an open stream?

0 Answers  


Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms

5 Answers   Convex Digital,


Code for calculating square root without using library function, of math.h

4 Answers   IBM,


Differentiate between a for loop and a while loop? What are it uses?

0 Answers   TISL,






Why is sprintf unsafe?

0 Answers  


Why is c called "mother" language?

0 Answers  


what will be the output: main(){char ch;int a=10;printf("%d",ch);}

36 Answers   Accenture, TCS, Wipro,


What does it mean when the linker says that _end is undefined?

0 Answers  


What is a program flowchart and how does it help in writing a program?

0 Answers  


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

0 Answers   Amazon,


Why do we use static in c?

0 Answers  


Categories