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
hi send me sample aptitude papers of cts?
Write a program to swap two numbers without using third variable?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
What is the use of getchar() function?
Difference between exit() and _exit() function?
Why use int main instead of void main?
program for reversing a selected line word by word when multiple lines are given without using strrev
Write a program to print factorial of given number using recursion?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
How can I pad a string to a known length?
State the difference between x3 and x[3].
What is static volatile in c?
What are high level languages like C and FORTRAN also known as?
can we change the default calling convention in c if yes than how.........?
Which control loop is recommended if you have to execute set of statements for fixed number of times?