When do you not use the keyword 'return' when defining a function
a) Always
b) Never
c) When the function returns void
d) dfd
Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June
whats the use of header file in c?
What is the difference between void main() and int main()?
What are the difference between a free-standing and a hosted environment?
what is c
Give the Output : * * * * * * * * * *
What is equivalent to ++i+++j?
Explain what is meant by high-order and low-order bytes?
What does it mean when a pointer is used in an if statement?
What are header files in c?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
what are the stages of compilation