Answer Posted / 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 |
Post New Answer View All Answers
Write a program to swap two numbers without using the third variable?
Explain what is the difference between a string and an array?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What is the difference between fread buffer() and fwrite buffer()?
Tell me what are bitwise shift operators?
What is New modifiers?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
Tell me what is the purpose of 'register' keyword in c language?
List the different types of c tokens?
why we wont use '&' sing in aceesing the string using scanf
Difference between Function to pointer and pointer to function
What is use of pointer?
What is include directive in c?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???