who is the father of c
Answers were Sorted based on User's Feedback
Answer / rama krishna sidhartha
Denis Ritchie at AT & T labs at Bell telephone laboratories
in 1972.
Is This Answer Correct ? | 12 Yes | 0 No |
What is the hardest programming language?
What are categories used for in c?
Is printf a keyword?
I want tcs placement papers of 2004-2009 , its urgent
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
12345 1234 123 12 1
6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?
What are the various topologies? Which one is the most secure?
Does c have circular shift operators?
difference between my-strcpy and strcpy ?
3 Answers Geometric Software, IIM, Infosys,
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?