in Technology by
What is typecasting in C Programming?

1 Answer

0 votes
by
Typecasting is a way to convert a variable/constant from one type to another type.

Related questions

0 votes
    Selenium doesn’t support the following programming language: 1. Python 2. C# 3. C 4. Java...
asked Jul 11, 2021 in Technology by JackTerrance
0 votes
    Which type of pointer is the most convenient way of storing the raw address in C programming?...
asked Jan 23, 2021 in Technology by JackTerrance
0 votes
    What are command line arguments in C Programming?...
asked Jan 18, 2021 in Technology by JackTerrance
0 votes
    How a negative integer is stored in C Programming?...
asked Jan 17, 2021 in Technology by JackTerrance
0 votes
    What is use of keyword auto C Programming?...
asked Jan 17, 2021 in Technology by JackTerrance
0 votes
    What is recursion in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
0 votes
    Define a structure in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
0 votes
    What is the purpose of #undef preprocessor in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Explain about ‘stdin’ in C Programming ?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    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
+1 vote
    What is the built-in function to append one string to another in C Programming ?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What is a string length in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What are valid operations on pointers in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Can a pointer access the array in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What is the default value of local and global variables in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
...