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
write a program to find the given number is prime or not
What is meant by int main ()?
What is this infamous null pointer, anyway?
What are the __date__ and __time__ preprocessor commands?
What is meant by high-order and low-order bytes?
How can I write a function analogous to scanf?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
What's the total generic pointer type?
What is volatile variable in c with example?
Explain what is the difference between #include and #include 'file' ?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
Why is not a pointer null after calling free?
What is a pointer and how it is initialized?
What is the purpose of sprintf?
Is a house a mass structure?