Answer Posted / amit19539
TEAM = Together Each Achieves More
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Are there namespaces in c?
Why is it usually a bad idea to use gets()? Suggest a workaround.
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is wrong with this program statement?
What is use of null pointer in c?
show how link list can be used to repersent the following polynomial i) 5x+2
How can I manipulate individual bits?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is c++ used for today?
What does %p mean?
What are the ways to a null pointer can use in c programming language?
What is the difference between text and binary modes?
What is the difference between a string and an array?
Why is c platform dependent?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.