What will you do to treat the constant 3.14 as a float? (Tin học)
Nguyễn Thị Thương - 06/09 23:42:35
What will you do to treat the constant 3.14 as a long double? (Tin học)
Tôi yêu Việt Nam - 06/09 23:42:33
Which library will you add in the following program to work it correctly? (Tin học)
Đặng Bảo Trâm - 06/09 23:42:32
What will be the ouput of the program? (Tin học)
Phạm Văn Phú - 06/09 23:42:31
What are the difference types of real data type in C? (Tin học)
Phạm Văn Phú - 06/09 23:42:29
A float occupies 4 bytes. If the hexadecimal equivalent of these 4 bytes A, B, C and D, then when this float is stored in memory in which of the following order do these bytes gets stored? (Tin học)
CenaZero♡ - 06/09 23:42:27
Size of short integer and long integer would vary from one platform to another (Tin học)
Tôi yêu Việt Nam - 06/09 23:42:27
Global variable are available to all functions. Does there exist a mechanism by way of which it available to some and not to others (Tin học)
Trần Bảo Ngọc - 06/09 23:42:25
If the definition of external variable occurs in the source file before its use in a particular function, then there is no need for an extern declaration in the function (Tin học)
Trần Bảo Ngọc - 06/09 23:42:25
Size of short integer and long integer can be verified using the sizeof( ) operator (Tin học)
Nguyễn Thị Thảo Vân - 06/09 23:42:24
A float is 4 byte wide, whereas a double is 8 byte wide (Tin học)
Nguyễn Thu Hiền - 06/09 23:42:23
A long double can be used if range of a double is not enough to accommodate a real number? (Tin học)
CenaZero♡ - 06/09 23:42:23
Is there any difference in the following declaration? (Tin học)
Đặng Bảo Trâm - 06/09 23:42:22
How would you round off a value from 1.66 to 2.0? (Tin học)
Đặng Bảo Trâm - 06/09 23:42:21
By default a real number is treated as a (Tin học)
Tô Hương Liên - 06/09 23:42:20
Which of the following special symbol allowed in a variable name? (Tin học)
Tôi yêu Việt Nam - 06/09 23:27:27
What are the types of linkages? (Tin học)
Tô Hương Liên - 06/09 23:27:25
In the following program where is the variable a getting defined and where it is getting declared? (Tin học)
Trần Đan Phương - 06/09 23:27:18
Is there any difference between following declarations? (Tin học)
Trần Bảo Ngọc - 06/09 23:27:15
Is the following statement a declaration or definition? (Tin học)
Phạm Minh Trí - 06/09 23:27:12
Identify which of the following are declarations (Tin học)
Nguyễn Thị Nhài - 06/09 23:27:09
Which of the following is not user define data type? (Tin học)
Tôi yêu Việt Nam - 06/09 23:27:08
Which of the following statements should be used to obtain a remainder after dividing 3.14 by 2.1? (Tin học)
Tôi yêu Việt Nam - 06/09 23:27:05
Why are a function phototypes useful? (Tin học)
Phạm Minh Trí - 06/09 23:27:04
In the C program, the first statement that will be executed? (Tin học)
CenaZero♡ - 06/09 23:27:02
Which of the following are NOT relational operator? (Tin học)
Nguyễn Thị Sen - 06/09 23:26:57
Which function is used to read the input from console? (Tin học)
Trần Đan Phương - 06/09 23:26:40
In which standard library file is the function printf( ) located? (Tin học)
Nguyễn Thu Hiền - 06/09 23:26:17
Which of the following adds one string to the end of another? (Tin học)
Tô Hương Liên - 06/09 23:26:16
Which of the following functions compares two strings? (Tin học)
Phạm Văn Phú - 06/09 23:26:14
Which of the following reads in a string named x with one hundred characters? (Tin học)
Đặng Bảo Trâm - 06/09 23:26:01
What character ends all strings? (Tin học)
Nguyễn Thị Sen - 06/09 23:26:00
Which of the following is a string literal? (Tin học)
Nguyễn Thanh Thảo - 06/09 23:25:58
Which of the following gives the memory address of the first element in array arr, an array with 100 elements? (Tin học)
Tôi yêu Việt Nam - 06/09 23:25:58
Which of the following correctly accesses the seventh element stored in foo, an array with 100 elements? (Tin học)
Nguyễn Thị Thương - 06/09 23:25:55
Which of the following is a two-dimensional array? (Tin học)
Nguyễn Thị Thương - 06/09 23:25:53
What is the index number of the last element of an array with 29 elements? (Tin học)
Nguyễn Thị Sen - 06/09 23:25:52
Which of the following correctly declares an array? (Tin học)
Tôi yêu Việt Nam - 06/09 23:25:51
Which properly declares a variable of struct foo? (Tin học)
Trần Bảo Ngọc - 06/09 23:25:50
Which of the following is a properly defined struct? (Tin học)
Nguyễn Thu Hiền - 06/09 23:25:48