Explain how can I convert a number to a string?
what will happen if you free a pointer twice after allocating memory dynamically ?
how can i get output like this? 1 2 3 4 5 6
How can variables be characterized?
what is the disadvantage of using macros?
When should structures be passed by values or by references?
write a reverse string to print a stars.(with out using logic) ***** **** *** ** *
What is bin sh c?
how can use subset in c program and give more example
Explain command-line arguments in C.
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,
What are all different types of pointers in c?
What is anagram in c?