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 4200how 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 9846how 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 8748Is 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 11543
Define Spanning-Tree Protocol (STP)
Define recursion in c.
What is size of union in c?
What is a method in c?
Find MAXIMUM of three distinct integers using a single C statement
What is the significance of an algorithm to C programming?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
What are the different data types in C?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
what is a function method?give example?
What is declaration and definition in c?
How many main () function we can have in a project?
What does 2n 4c mean?
Why is a semicolon (;) put at the end of every program statement?
What is the use of a semicolon (;) at the end of every program statement?