Answer Posted / santoshkumar
c is a procedure oriented language or structure oriented
language
| Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
What is the difference between ++a and a++?
What is malloc and calloc?
Are pointers integers in c?
Can you assign a different address to an array tag?
How to write a multi-statement macro?
Do you know the purpose of 'register' keyword?
What is the use of header?
Differentiate between null and void pointers.
Explain what is the benefit of using an enum rather than a #define constant?
Explain what header files do I need in order to define the standard library functions I use?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
Explain what is the most efficient way to store flag values?
What are the storage classes in C?
What do you mean by c what are the main characteristics of c language?
Which is better oop or procedural?