Explain in detail how strset (string handling function works )pls explain it with an example.
1 11245dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p stands for there?
1 4258how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help
5 10014how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...
1 8837Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??
4 11692
Differentiate between a for loop and a while loop? What are it uses?
Can variables be declared anywhere in c?
Is it better to bitshift a value than to multiply by 2?
What is #include cctype?
What are register variables in c?
In C programming, what command or code can be used to determine if a number of odd or even?
What is preprocessor with example?
If null and 0 are equivalent as null pointer constants, which should I use?
program for reversing a selected line word by word when multiple lines are given without using strrev
What is string function in c?
Why header files are used?
Why do we use header files in c?
Explain what is dynamic data structure?
Where static variables are stored in memory in c?
What does %c do in c?