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 |
Is there a way to jump out of a function or functions?
write a program for odd numbers?
nic scientist exam
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));
Explain how do you view the path?
Is register a keyword in c?
a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none
What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }
how to build a exercise findig min number of e heap with list imlemented?
Explain the process of converting a Tree into a Binary Tree.