Explain in detail how strset (string handling function works )pls explain it with an example.
1 11322dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p stands for there?
1 4348how 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 10202how 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 8964Is 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 11878
Is that possible to store 32768 in an int data type variable?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What is a pointer variable in c language?
Can you mix old-style and new-style function syntax?
Why functions are used in c?
Explain what standard functions are available to manipulate strings?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What are the types of macro formats?
What is the size of structure pointer in c?
What is your stream meaning?
How do I round numbers?
What are header files why are they important?
What is preprocessor with example?
Differentiate between #include<...> and #include '...'
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above