Answer Posted / m.karthik
c is a procedure oriented programming language ,,,,,,,,,
and structure oriented language .........
developed at at & t labs by dennis ritche..........
in 1970s.........
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What is the use of bit field?
Explain 'bus error'?
What do you understand by friend-functions? How are they used?
write a program to create a sparse matrix using dynamic memory allocation.
What is array of pointers to string?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is equivalent to ++i+++j?
Where are some collections of useful code fragments and examples?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
main() { printf("hello"); fork(); }
while initialization of array why we use a[][2] why not a[2][]...?
What does 1f stand for?
What is pre-emptive data structure and explain it with example?
What is graph in c?