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
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is 1d array in c?
why we use pointer in c
What are signals in C?
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,
What is call by value in c?
Is Exception handling possible in c language?
What is meant by errors and debugging?
what are far pointers?
write a c programme for add of two numbers with out use of arthematic operators
write a program to find out number of on bits in a number?