Login
Remember
Register
Q&A
Questions
Ask a Question
What are the basic data types associated with C?
Home
>
Technology
>
What are the basic data types associated with C?
0
votes
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
What are the basic data types associated with C?
interview-question-answer
technology-questions-answers
Facebook
Twitter
LinkedIn
Email
Add Answer
1
Answer
0
votes
answered
Nov 8, 2020
by
JackTerrance
(
1.7m
points)
Int –
Represent the number (integer)
Float –
Number with a fraction part.
Double –
Double-precision floating-point value
Char –
Single character
Void –
Special purpose type without any value.
Related questions
0
votes
1
answer
What is the explanation for the cyclic nature of data types in C?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
What are the general description for loop statements and available loop types in C?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
What are reserved words with a C programming language?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
+1
vote
2
answers
Which operator can be used to determine the size of a data type or variable in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
+1
vote
1
answer
Is FILE a built-in data type in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
...