>
Exams
>
Computer Science
>
Programming in C
>
a table student has two text fields defined as bel
Question:
A table student has two text fields defined as below:
Name_1 varchar(20),
Name2 char(20)
If Name_1 stores value as ‘Ana' and Name2 stores value as ‘Anuj', then Name_1 will consume characters space and Name2 will consume characters space.
CUET (UG) - 2023
CUET (UG)
Updated On:
Dec 15, 2024
3, 20
20, 4
20, 20
3, 4
Hide Solution
Verified By Collegedunia
The Correct Option is
A
Solution and Explanation
The correct option is(A): 3, 20
Download Solution in PDF
Was this answer helpful?
0
1
Top Questions on Programming in C
Select mid("Computerscience",8); returns the output:
CUET (UG) - 2023
Computer Science
Programming in C
View Solution
What will be the output of the following program assuming that the array begins at location 1002?
#include<stdio.h>
void main()
{int a[2] [3] [4] ={ {1,2,3,4,5,6,7,8,9,1,1,2,}, {2,1,4,7,6,7,8,9,0,0,0,0}};
printf("/n%u%u%u %d", a, *a, **a, ***a);
CUET (PG) - 2023
Programming and Data Structure
Programming in C
View Solution
Match List I with List II
List I
List II
A
printf("%d", size of (3.14));
I
5
B
Union A (intx, float y,} printf("%d", size of (A));
II
4
C
Invalid ostruct B {char x; double y;}; C. 2 printf("%d", size of (B));pcode
III
2
D
printf("%d", size of ('1'));
IV
8
CUET (PG) - 2023
Programming and Data Structure
Programming in C
View Solution
View All
Questions Asked in CUET exam
A molecule X associates in a given solvent as per the following equation:
X ⇌ (X)
n
For a given concentration of X, the van’t Hoff factor was found to be 0.80 and the
fraction of associated molecules was 0.3. The correct value of ‘n’ is:
CUET (UG) - 2024
Solutions
View Solution
Who devised the concept of Intelligence Quotient (IQ)?
CUET (UG) - 2024
Psychological attributes
View Solution
Two pipes A and B can fill a tank in 32 minutes and 48 minutes respectively. If both the pipes are opened simultaneously, after how much time B should be turned off so that the tank is full in 20 minutes?
CUET (UG) - 2024
Time and Work
View Solution
If
\(A = \begin{bmatrix} 3 & 2 \\ -1 & 1 \end{bmatrix} \quad \text{and} \quad B = \begin{bmatrix} -1 & 0 \\ 2 & 5 \\ 3 & 4 \end{bmatrix},\)
then \((BA)^T\) is equal to:
CUET (UG) - 2024
Matrices
View Solution
The spin-only magnetic moment of Hexacyanomanganate(II) ion is.........BM
CUET (UG) - 2024
Magnetic moment
View Solution
View More Questions