Explain in detail how strset (string handling function works )pls explain it with an example.
1 11187dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p stands for there?
1 4192how 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 9829how 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 8741Is 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 11531
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is the usage of the pointer in c?
What is the difference between functions getch() and getche()?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Explain what is meant by high-order and low-order bytes?
Is null equal to 0 in sql?
What is extern storage class in c?
what do you mean by inline function in C?
What tq means in chat?
What is a buffer in c?
What is a nested loop?
given post order,in order construct the corresponding binary tree
What are the types of pointers?
What is scope rule of function in c?