Answer Posted / gulam_khan7
no every function can,t return the value.if we use as void
addnum(int,int) then it will be not return value.if we use
the int addnum(int,int) is also return the value as
according to there data type.
function has three type call by value,call by refrence.and
recursive function.these all are different.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are external variables in c?
What is wrong in this statement? scanf(“%d”,whatnumber);
What are type modifiers in c?
What is quick sort in c?
All technical questions
What is return type in c?
Is c is a middle level language?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
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
What is malloc and calloc?
what is use of malloc and calloc?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
can any one provide me the notes of data structure for ignou cs-62 paper
What is the g value paradox?
Explain the use of 'auto' keyword in c programming?