Answer Posted / utsav patel
in c language five types of variable are present
1) local variable.
2) global variable.
3) static variable.
4) automatic variable.
5) external variable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Where are some collections of useful code fragments and examples?
Wt are the Buses in C Language
Do you know the use of 'auto' keyword?
What is pass by value in c?
What is c variable?
Write a Program to find whether the given number or string is palindrome.
Lists the benefits of c programming language?
Where can I get an ansi-compatible lint?
Calculate 1*2*3*____*n using recursive function??
What is I ++ in c programming?
What is union in c?
What is the difference between a string and an array?
What is the difference between typedef and #define?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
how can f be used for both float and double arguments in printf? Are not they different types?