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

how will you write a program on linked lists using JAVA programming???????????

1 Answers   Keane India Ltd,


#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain

2 Answers  


What is the advantage of a random access file?

0 Answers  


Explain what is the benefit of using enum to declare a constant?

0 Answers  


What is the heap?

0 Answers  






#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

0 Answers   Wilco,


pgm to find middle element of linklist(in efficent manner)

4 Answers   Huawei,


how we can say java is platform independent, while we require JVM for that particular Operating System?

3 Answers   Honeywell, TCS,


how many header file is in C language ?

44 Answers   College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

0 Answers   TCS,


what is diff between localstatic and globalstatis variable possible 2 use in another file...?

2 Answers   HCL,


Multiply an Integer Number by 2 Without Using Multiplication Operator

0 Answers  


Categories