who is the founder of c
Answer Posted / amit
Dennis Ritche
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is define c?
Differentiate Source Codes from Object Codes
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
#include
What is %d used for?
What is difference between Structure and Unions?
Do character constants represent numerical values?
#include
Why does notstrcat(string, "!");Work?
What is the difference between struct and union in C?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What does char * * argv mean in c?
to find the closest pair
What are the 5 organizational structures?
Discuss the function of conditional operator, size of operator and comma operator with examples.