C,c++, Java is all are structural oriented or procedure
oriented language..?

Answers were Sorted based on User's Feedback



C,c++, Java is all are structural oriented or procedure oriented language..?..

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++, Java is all are structural oriented or procedure oriented language..?..

Answer / koti pendem

c,c++ are structural&procedure oriented languages java is
object oriented

Is This Answer Correct ?    0 Yes 0 No

C,c++, Java is all are structural oriented or procedure oriented language..?..

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

C,c++, Java is all are structural oriented or procedure oriented language..?..

Answer / guest

yes

Is This Answer Correct ?    2 Yes 4 No

C,c++, Java is all are structural oriented or procedure oriented language..?..

Answer / satyendu samal

all are procedure oriented language

Is This Answer Correct ?    0 Yes 3 No

C,c++, Java is all are structural oriented or procedure oriented language..?..

Answer / selva

procedure oriented language..

Is This Answer Correct ?    3 Yes 12 No

Post New Answer

More C Interview Questions

The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

0 Answers  


An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee

2 Answers  


Explain the difference between #include "..." And #include <...> In c?

0 Answers  


Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .

2 Answers   Oracle,


What is meant by operator precedence?

0 Answers  






An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

0 Answers  


What does. int *x[](); means ?

0 Answers   Wilco,


Discuss the function of conditional operator, size of operator and comma operator with examples.

0 Answers   TCS,


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

0 Answers  


A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile

0 Answers  


how to find sum of digits in C?

21 Answers   CTS, Infosys,


What is "Duff's Device"?

0 Answers   Celstream,


Categories