C,c++, Java is all are structural oriented or procedure
oriented language..?
Answer Posted / satyendu samal
all are procedure oriented language
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Why we use int main and void main?
What does a pointer variable always consist of?
What does the error message "DGROUP exceeds 64K" mean?
What is the symbol indicated the c-preprocessor?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
Explain do array subscripts always start with zero?
Where is c used?
What are the difference between a free-standing and a hosted environment?
Is using exit() the same as using return?
What is the difference between struct and union in C?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What is the difference between null pointer and wild pointer?
What is enumerated data type in c?
How old is c programming language?
Difference between constant pointer and pointer to a constant.