C,c++, Java is all are structural oriented or procedure
oriented language..?
Answer Posted / 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 |
Post New Answer View All Answers
Is c is a middle level language?
What does s c mean in text?
What is #include stdio h?
Is c programming hard?
Describe the modifier in c?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
When do we get logical errors?
Explain the array representation of a binary tree in C.
What does sizeof int return?
Where static variables are stored in c?
Differentiate between the expression “++a” and “a++”?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
When is a void pointer used?
How do I determine whether a character is numeric, alphabetic, and so on?