C,c++, Java is all are structural oriented or procedure
oriented language..?
Answers were Sorted based on User's Feedback
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++ are structural&procedure oriented languages java is
object oriented
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
What is meant by operator precedence?
What are structures and unions? State differencves between them.
Write a code of a general series where the next element is the sum of last k terms.
Which of these functions is safer to use : fgets(), gets()? Why?
write a C code To reverse a linked list
What is preprocessor with example?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }
What is a pointer?