what is diference between return 0 and return NULL??
Answer Posted / sourabh
return 0 means the function returns the particular value 0
returnn null means the function does not return any value'
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between the local variable and global variable in c?
What is structure packing in c?
please explain every phase in the "SDLC" in the dotnet.
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
Is sizeof a keyword in c?
Function calling procedures? and their differences? Why should one go for Call by Reference?
How is = symbol different from == symbol in c programming?
program for reversing a selected line word by word when multiple lines are given without using strrev
Can we initialize extern variable in c?
What does c value mean?
Explain how can type-insensitive macros be created?
Should I learn data structures in c or python?
What are data types in c language?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
How can I change their mode to binary?