in Technology by
What is a variable in C programming?

1 Answer

0 votes
by
A variable is the name storage.

Related questions

+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
    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 vote
    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
+1 vote
    What is the difference between variable declaration and variable definition in C-Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Where an automatic variable is stored in C-Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What is a static variable in C-Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
0 votes
    What is a volatile variable in C?...
asked Jan 23, 2021 in Technology by JackTerrance
0 votes
    As far as I know, in gcc you can write something like: #define DBGPRINT(fmt...) printf(fmt); Is ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 24, 2022 in Education by JackTerrance
0 votes
    I was asked a question in C last night and I did not know the answer since I have not used C ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 13, 2022 in Education by JackTerrance
0 votes
    I was asked a question in C last night and I did not know the answer since I have not used C ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 13, 2022 in Education by JackTerrance
0 votes
    I was asked a question in C last night and I did not know the answer since I have not used C ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 13, 2022 in Education by JackTerrance
0 votes
    What are the basic difference between variable and data type in the c? Select the correct answer from above options...
asked Dec 21, 2021 in Education by JackTerrance
0 votes
    Write error message given by C compiler during compilation if we use %d to print float variable Select the correct answer from above options...
asked Nov 27, 2021 in Education by JackTerrance
0 votes
    write a program in c++ to interchange 2 values without the 3rd variable. Select the correct answer from above options...
asked Nov 26, 2021 in Education by JackTerrance
...