C,c++, Java is all are structural oriented or procedure
oriented language..?
Answer Posted / koti pendem
c,c++ are structural&procedure oriented languages java is
object oriented
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What is an lvalue?
what is different between auto and local static? why should we use local static?
write a proram to reverse the string using switch case?
Between macros and functions,which is better to use and why?
Is it possible to pass an entire structure to functions?
What do you mean by Recursion Function?
What is a pointer variable in c language?
What is void pointers in c?
Where static variables are stored in memory in c?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
Explain the difference between exit() and _exit() function?
What are terms in math?
By using C language input a date into it and if it is right?
Can two or more operators such as and be combined in a single line of program code?