Answer Posted / billuyadav208
Dennis Ritchie
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the significance of c program algorithms?
What are the types of type qualifiers in c?
Why can arithmetic operations not be performed on void pointers?
What is dynamic memory allocation?
Tell me can the size of an array be declared at runtime?
Which is best book for data structures in c?
What is ctrl c called?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
How can I open a file so that other programs can update it at the same time?
Explain what is the difference between a string and an array?
What does it mean when a pointer is used in an if statement?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Describe the difference between = and == symbols in c programming?
Can I initialize unions?
What is the best way to store flag values in a program?