who is the founder of c
Answer Posted / tanveer ahmed abbasi
dennis ritche,s
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What is the hardest programming language?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What is calloc malloc realloc in c?
What are the functions to open and close the file in c language?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What is call by reference in functions?
write a program to print largest number of each row of a 2D array
Is calloc better than malloc?
What is the significance of c program algorithms?
What do you mean by command line argument?
What is sizeof array?
What is c method?
How can a process change an environment variable in its caller?
What is the difference between formatted&unformatted i/o functions?