What value gets printed by the program below? (Tin học)
Nguyễn Thị Thảo Vân - 07/09 11:49:48
What will be output when you will execute following c code? (Tin học)
Nguyễn Thị Nhài - 07/09 11:49:47
What will be output when you will execute following c code? Biết kích thước kiểu char : 1 byte, float : 4 byte, int : 4 byte, double : 8 byte, long : 4 byte. (Tin học)
Bạch Tuyết - 07/09 11:49:46
Point out the error in the following program (Tin học)
Phạm Minh Trí - 07/09 11:49:45
Which of the following statements are correct about this function (Tin học)
Nguyễn Thu Hiền - 07/09 11:49:44
What will be output of the program? (Tin học)
Tôi yêu Việt Nam - 07/09 11:49:39
What will be the output of the program? (Tin học)
Đặng Bảo Trâm - 07/09 11:49:38
Point out the error in the program (Tin học)
Bạch Tuyết - 07/09 11:49:36
Point out a error of the following program (Tin học)
Nguyễn Thị Thương - 07/09 11:49:34
What will be the output of the program? (Tin học)
Tô Hương Liên - 07/09 11:49:33
What will be the output of the program? (Tin học)
Nguyễn Thu Hiền - 07/09 11:15:36
Functions can not return a floating point number (Tin học)
Tôi yêu Việt Nam - 07/09 11:15:35
If a function contains two return statements successively, the complier will generate warnings. Yes / No? (Tin học)
Phạm Văn Bắc - 07/09 11:15:34
Will the following functions work? (Tin học)
Tôi yêu Việt Nam - 07/09 11:15:33
Which of the following statements are correct about the program? (Tin học)
Nguyễn Thanh Thảo - 07/09 11:15:31
Every function must return a value (Tin học)
Đặng Bảo Trâm - 07/09 11:15:30
There is a error in the below program. Which statement will you add to remove it (Tin học)
Nguyễn Thị Nhài - 07/09 11:15:29
In a function two return statements should never occur. (Tin học)
Đặng Bảo Trâm - 07/09 11:15:28
Usually recursion works slower than loops (Tin học)
Nguyễn Thị Sen - 07/09 11:15:27
Maximum number of arguments that a function can take is 12 (Tin học)
Bạch Tuyết - 07/09 11:15:26
Is it true that too many recursive calls may result into stack overflow? (Tin học)
Tôi yêu Việt Nam - 07/09 11:15:18
In C all function except main( ) can be called recursively (Tin học)
Tôi yêu Việt Nam - 07/09 11:15:17
How many times the program will print “laptrinhc++”? (Tin học)
Nguyễn Thị Nhài - 07/09 11:15:15
Function can be called either by value or reference (Tin học)
Nguyễn Thị Thảo Vân - 07/09 11:15:12
Functions cannot return more than one value at a time (Tin học)
Nguyễn Thị Nhài - 07/09 11:15:10
A function may have ant number of return statements each returning different values. (Tin học)
Đặng Bảo Trâm - 07/09 11:15:03
If return type for a function is not specified, it defaults to int (Tin học)
Nguyễn Thu Hiền - 07/09 11:15:02
Name of functions in two different files linked together must be unique. (Tin học)
Tô Hương Liên - 07/09 11:15:01
What is the notation for following functions? (Tin học)
Tôi yêu Việt Nam - 07/09 11:14:56
A function cannot be defined inside another function (Tin học)
Nguyễn Thị Nhài - 07/09 11:14:51
What will be output of the program? (Tin học)
Nguyễn Thị Thương - 06/09 23:42:46
In which stage the following code. Gets replaced by the contents of the file stdio.h (Tin học)
Nguyễn Thị Sen - 06/09 23:42:45
What is output of the program? (Tin học)
CenaZero♡ - 06/09 23:42:44
What will happen if in the C program you assign a value to a array element whose subscript exceeds the size of array? (Tin học)
Nguyễn Thu Hiền - 06/09 23:42:44
What is output of the program? (Tin học)
CenaZero♡ - 06/09 23:42:42
If the file tobe included does not exist, the preprocessor flashes an error message (Tin học)
Phạm Minh Trí - 06/09 23:42:40
What will be output of program? (Tin học)
Đặng Bảo Trâm - 06/09 23:42:39
What will be output of program? (Tin học)
Trần Đan Phương - 06/09 23:42:38
What will be output of the program? (Tin học)
Nguyễn Thu Hiền - 06/09 23:42:38
We want to round off x, a float, to an int value, The correct way to do is: (Tin học)
Nguyễn Thị Sen - 06/09 23:42:36