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
I need a sort of an approximate strcmp routine?
What is the scope of static variable in c?
What is difference between && and & in c?
What is the argument of a function in c?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Explain union. What are its advantages?
What are the disadvantages of external storage class?
What is preprocessor with example?
How do you override a defined macro?
What is the use of a ‘ ’ character?
Explain the use of function toupper() with and example code?
What are loops in c?
can any one provide me the notes of data structure for ignou cs-62 paper
what are bit fields? What is the use of bit fields in a structure declaration?
What is null pointer constant?