Answer Posted / anupam n singh
c is procedural oriented language or strutured oriented
language .
c++ is object oriented programing language
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What are derived data types in c?
How can a program be made to print the line number where an error occurs?
Is struct oop?
What is the difference between procedural and declarative language?
What are the 4 data types?
How do you define a string?
What is main return c?
What does sizeof int return?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What is I ++ in c programming?
What is f'n in math?
What are header files in c programming?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?