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
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
What type is sizeof?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
What does c in a circle mean?
Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different breakfast items offered by the HiFi’s Restaurant. b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill to the customer. d. Produce a report to present your complete program and show more sample output. Assume that the HiFi’s Restaurant offers the following breakfast menu: Plain Egg $2.50 Bacon and Egg $3.45 Muffin $2.20 French Toast $2.95 Fruit Basket $3.45 Cereal $0.70 Coffee $1.50 Tea $1.80
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Why is c used in embedded systems?
What does return 1 means in c?
What is the difference between call by value and call by reference in c?
how to write a c program to print list of fruits in alpabetical order?
What is a pointer in c?
What is the difference between text and binary i/o?
Explain how can I pad a string to a known length?
What's the difference between constant char *p and char * constant p?
how to construct a simulator keeping the logical boolean gates in c