is c language is a object oreinted language?
Answers were Sorted based on User's Feedback
Answer / chandrakantham
No, c is a high level programming language.here, we cannot
create the classes and objects and also do not use the
other advantages. so it is not a object oriented
language.chandrakantham
| Is This Answer Correct ? | 18 Yes | 1 No |
Answer / shobana
it is not a object oreinted language . actually it is a procedure oriented language.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / ganesh
i m confuse that if it not than why * has two meaning 1.
multiplication symbol and other is indirectional operator
used in pointer.
| Is This Answer Correct ? | 3 Yes | 7 No |
All technical questions
difference between spiral and waterfall model
What are lookup tables in c?
Is it valid to address one element beyond the end of an array?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
What is the difference between a free-standing and a hosted environment?
Do variables need to be initialized?
what defference between c and c++ ?
why 'c' is called middle level language.
What is the usage of the pointer in c?
Write a program to print ASCII code for a given digit.