Answer Posted / venkatesh
dennis ritchie at Bell telephone laboratories(now AT&T Bell
laboratories)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can you mix old-style and new-style function syntax?
What’s a signal? Explain what do I use signals for?
Is c a great language, or what?
Why header file is used in c?
What is the purpose of sprintf() function?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is wrong with this code?
Explain argument and its types.
Differentiate between a for loop and a while loop? What are it uses?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
Write the control statements in C language
Explain what are the advantages and disadvantages of a heap?
What is %lu in c?
How do we open a binary file in Read/Write mode in C?
what is the basis for selection of arrays or pointers as data structure in a program