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
What are the rules for the identifier?
Can the sizeof operator be used to tell the size of an array passed to a function?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
Can you assign a different address to an array tag?
can any one tel me wt is the question pattern for NIC exam
Why can't I perform arithmetic on a void* pointer?
What is the purpose of the statement: strcat (S2, S1)?
What is the difference between āgā and āgā in C?
Write a program to swap two numbers without using the third variable?
Can we declare a function inside a function in c?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What is restrict keyword in c?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is the function of this pointer?
Which is better pointer or array?