C,c++, Java is all are structural oriented or procedure
oriented language..?
Answer Posted / 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 |
Post New Answer View All Answers
How will you delete a node in DLL?
What is #define in c?
#include
What are the complete rules for header file searching?
Why main function is special give two reasons?
Are bit fields portable?
can we have joblib in a proc ?
What is ambagious result in C? explain with an example.
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What does %c do in c?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Can we declare function inside main?
Why isnt there a numbered, multi-level break statement to break out
What is volatile keyword in c?
Does c have class?