What is the purpose of the statement: strcat (S2, S1)?
No Answer is Posted For this Question
Be the First to Post Answer
When should we use pointers in a c program?
Can a pointer be null?
How are Structure passing and returning implemented by the complier?
what is the diff b/w static and non static variables in C. Give some examples plz.
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What does node * mean?
what is the difference between normal variables and pointer variables..............
15 Answers HP, Infosys, Satyam, Vivekanand Education Society,
what is the advantage of software development
Which is the best website to learn c programming?
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
write a c program to calculate sum of digits till it reduces to a single digit using recursion
How can I trap or ignore keyboard interrupts like control-c?