Explain in detail how strset (string handling function works )pls explain it with an example.
1 11247dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p stands for there?
1 4260how 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 10018how 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 8839Is 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 11697
What is extern c used for?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is wrong with this statement? Myname = 'robin';
Describe dynamic data structure in c programming language?
Why & is used in scanf in c?
What is the difference between formatted&unformatted i/o functions?
How to declare pointer variables?
What is a spanning Tree?
write a program in c language to print your bio-data on the screen by using functions.
When we use void main and int main?
Write a program to print “hello world” without using semicolon?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
Why is c known as a mother language?
What is array of structure in c?
Differentiate between calloc and malloc.