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
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Write a program to check prime number in c programming?
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
Do pointers store the address of value or the actual value of a variable?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Which is better between malloc and calloc?
write a function to find whether a string is palindrome or not and how many palindrome this string contain?
Should I learn c before c++?
Why double pointer is used in c?
Explain what are the advantages and disadvantages of a heap?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Explain how can I remove the trailing spaces from a string?