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
What is the description for syntax errors?
Can you apply link and association interchangeably?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
When c language was developed?
Why should I use standard library functions instead of writing my own?
What are the different categories of functions in c?
Which node is more powerful and can handle local information processing or graphics processing?
explain what is a newline escape sequence?
How reliable are floating-point comparisons?
C program to find all possible outcomes of a dice?
Why is c called a mid-level programming language?
What are the characteristics of arrays in c?
What is a null pointer in c?
What is external variable in c?
What are the types of pointers?