Welcome Guest | Sign in | Register
Functions - Discussion Page For Q.10749 | C Programming Questions and Answers | C Programming Free Online-Tests | LucentBlackBoard | LucentBlackBoard.com

Home > Java Programming > Functions > Questions and Answers

Q: The function called menu which prints the text string "Menu choices", and does not pass any data back, and does not accept any data as parameters, looks like
A. function 1
void menu( void ) {
printf("Menu choices");
}
B. function 2
int menu( void ) {
printf("Menu choices");
}
C. function 3
int menu( char string[] ) {
printf("%s", string);
}
D. Cannot be determined

Answer and Explanation

Answer:function 1
void menu( void ) {
printf("Menu choices");
}

Explanation:
There is no explanation...

Comment on this Question

Name:

Loading...




Partner Sites
LucentBlackBoard.com                  SoftLucent.com                  LucentJobs.com
All rights reserved © 2012-2015 SoftLucent.