who invented c
Answers were Sorted based on User's Feedback
How do you prevent buffer overflows in C?
What does static mean in c?
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
Explain what header files do I need in order to define the standard library functions I use?
write a C code To reverse a linked list
Explain what happens if you free a pointer twice?
what is the difference between declaration ,defenetion and initialization of a variable?
hi send me sample aptitude papers of cts?
Explain how can I prevent another program from modifying part of a file that I am modifying?
What are the types of functions in c?
Explain what are its uses in c programming?
Tell us something about keyword 'auto'.