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 |
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?
How many main () function we can have in a project?
What is the difference between procedural and functional programming?
What is the output of printf("%d", printf("Hello"));?
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
Is an array parameter is always "by reference" ?
wap in c to accept a number display the total count of digit
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
Differentiate abs() function from fabs() function.
Explain what is a const pointer?
What is the difference between procedural and declarative language?