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
How can I find the modification date and time of a file?
List a few unconditional control statement in c.
What are reserved words with a programming language?
What is header file in c?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
what is the role you expect in software industry?
Explain a file operation in C with an example.
What are local static variables?
Where define directive used?
What is the difference between #include
program for reversing a selected line word by word when multiple lines are given without using strrev
List some basic data types in c?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
Explain about C function prototype?
Is there a way to jump out of a function or functions?