Answer Posted / kaleeswaran.k
c program is an objectives oriented program.itz developed by
dennis ritchie in 1970.itz one of the old languages.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How are pointers declared in c?
Differentiate between static and dynamic modeling.
Why we use void main in c?
What does volatile do?
Why calloc is better than malloc?
What is a protocol in c?
What does it mean when a pointer is used in an if statement?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
What is 2c dna?
What is #include stdio h and #include conio h?
What is abstract data structure in c?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
how to create duplicate link list using C???
What are the differences between Structures and Arrays?
What is typedef?