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
What are the functions to open and close the file in c language?
What is pointer to pointer in c with example?
What is calloc()?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What are the string functions? List some string functions available in c.
Why is C language being considered a middle level language?
How can I pad a string to a known length?
What is the maximum length of an identifier?
What is a shell structure examples?
Which is better malloc or calloc?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Can we use any name in place of argv and argc as command line arguments?
what are the facialities provided by you after the selection of the student.
What are runtime error?
Why are algorithms important in c program?