Blogmepost
Latest Questions
Contact Us
Which operator can be used to determine the size of a data type or variable in C Programming?
Home
>
Technology
>
Which operator can be used to determine the size of a data type or variable in C Programming?
+1
vote
33
views
Which operator can be used to determine the size of a data type or variable in C Programming?
#c-programming
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
Add Answer
2
Answers
0
votes
Correct answer is
sizeof
answered
Nov 9, 2020
by
JackTerrance
(
189k
points)
0
votes
Yes, with loss of fractional part.
answered
Nov 9, 2020
by
JackTerrance
(
189k
points)
Related questions
0
votes
1
answer
26
views
26
views
Which operator can be used to determine the size of a data type or variable?
asked
Jan 18
in
Technology
by
JackTerrance
(
189k
points)
cprogramming_interview_questions
+1
vote
1
answer
19
views
19
views
Which operator can be used to access union elements if union variable is a pointer variable in C Programming ?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
36
views
36
views
Which operator is used to receive the variable number of arguments for a function in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
21
views
21
views
Which built-in library function can be used to re-size the allocated dynamic memory in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
20
views
20
views
Which operator is used to continue the definition of macro in the next line in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
40
views
40
views
Which built-in function can be used to move the file pointer internally in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
32
views
32
views
What are the ways to a null pointer that can be used in the C programming language?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
0
votes
1
answer
29
views
29
views
Name the predefined macro which be used to determine whether your compiler is ANSI standard or not?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
0
votes
1
answer
25
views
25
views
Which function can be used to release the dynamic allocated memory in C?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
0
votes
1
answer
94
views
94
views
Which of the following is used to determine, if a piece of data in cache needs to be written back to cache?
asked
Oct 6, 2020
in
Technology
by
JackTerrance
(
189k
points)
#cache
0
votes
1
answer
23
views
23
views
How can we determine whether a file is successfully opened or not using fopen() function in C?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
0
votes
1
answer
14
views
14
views
Which built-in library function can be used to match a patter from the string?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
14
views
14
views
What it the return value of a relational operator if it returns any in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
0
votes
1
answer
26
views
26
views
Which operator can be used to access union elements if union variable is a pointer variable?
asked
Jan 18
in
Technology
by
JackTerrance
(
189k
points)
cprogramming_interview_questions
+1
vote
1
answer
13
views
13
views
Is FILE a built-in data type in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
0
votes
1
answer
161
views
161
views
Which type of caching can be used to cache the contest registration page in a website, to reduce the time taken to serve the page for the users?
asked
Oct 6, 2020
in
Technology
by
JackTerrance
(
189k
points)
#cache
0
votes
1
answer
13
views
13
views
Name a function which can be used to close the file stream?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
12
views
12
views
Can a program be compiled without main() function in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
26
views
26
views
Explain the use of comma operator (,) in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
17
views
17
views
Which key word is used to perform unconditional branching in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
15
views
15
views
What are the different ways of passing parameters to the functions in C Programming? Which to use when?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
16
views
16
views
Where the address of operator (&) cannot be used in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c
programming
+1
vote
1
answer
19
views
19
views
Is that possible to store 32768 in an int data type variable?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
10
views
10
views
When to user -> (arrow) operator in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
+1
vote
1
answer
11
views
11
views
What is a variable in C programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
189k
points)
#c-programming
...