C,c++, Java is all are structural oriented or procedure
oriented language..?
Answers were Sorted based on User's Feedback
Answer / v.prasad
c is structural oriented language c++ is structural &
procedure oriented language bt java is procedure oriented
language
Is This Answer Correct ? | 8 Yes | 1 No |
c,c++ are structural&procedure oriented languages java is
object oriented
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srika
C is a Structured & procedure lang
C++ is a procedure lang
java is a procedure lang(can be acceptable)
so all are procedural lang
Is This Answer Correct ? | 0 Yes | 0 No |
What is wrong with this program statement?
How do you sort filenames in a directory?
What is s in c?
What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?
Where is volatile variable stored?
Explain the ternary tree?
How can I change the size of the dynamically allocated array?
what is the structure?
Why does not c have an exponentiation operator?
What is a static function in c?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)