What is variable in c with example?
Answer / 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 |
how to print this pyramid * * * * * * * * * * * * *
what is use of malloc and calloc?
Why is C language being considered a middle level language?
Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack
What are inbuilt functions in c?
What is the difference between functions abs() and fabs()?
In header files whether functions are declared or defined?
When is a “switch” statement preferable over an “if” statement?
What's wrong with "char *p; *p = malloc(10);"?
Explain the concept and use of type void.
What is a newline escape sequence?
Can you explain the four storage classes in C?