Answer Posted / chirag
C is object oriented language.
C is very easy language.
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What are the complete rules for header file searching?
how can I convert a string to a number?
Explain what is the heap?
Is boolean a datatype in c?
how to construct a simulator keeping the logical boolean gates in c
What is c mainly used for?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What are the 4 types of functions?
What are the different types of objects used in c?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Explain what is a const pointer?
Explain how can I remove the trailing spaces from a string?
What is string function in c?
Explain the red-black trees?
I came across some code that puts a (void) cast before each call to printf. Why?