Answer Posted / kasirajan
dennis ritchie at bell laboratories
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain what is the most efficient way to store flag values?
How can I sort a linked list?
What is structure data type in c?
What 'lex' does?
How #define works?
What is a spanning Tree?
What is bss in c?
Explain how can you tell whether a program was compiled using c versus c++?
What does 1f stand for?
What is null pointer constant?
What is mean by data types in c?
How can you return multiple values from a function?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is getche() function?
Explain the difference between the local variable and global variable in c?