Write a code to remove duplicates in a string.
No Answer is Posted For this Question
Be the First to Post Answer
What are the data types present in c?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
How to develop software using "c" programming?
What is void c?
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
Between macros and functions,which is better to use and why?
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
What is the use of keyword VOLATILE in C?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
what is the difference between static variable and register variable?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.