Explain in detail how strset (string handling function works )pls explain it with an example.
1 11258dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p stands for there?
1 4264how 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 10032how 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 8842Is 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 11722
Define the scope of static variables.
All technical questions
What is preprocessor with example?
What are the features of c languages?
Explain the difference between exit() and _exit() function?
What are the advantages and disadvantages of pointers?
How can you tell whether a program was compiled using c versus c++?
What is the general form of #line preprocessor?
How #define works?
What are loops in c?
why programs in c are running with out #include
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What is a pointer in c plus plus?
What is meant by realloc()?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.