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 |
Explain how many levels deep can include files be nested?
What is a stream water?
How can a number be converted to a string?
What does 3 periods mean in texting?
Can I pass constant values to functions which accept structure arguments?
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
write a program that will print %d in the output screen??
How are portions of a program disabled in demo versions?
Does c have function or method?
How can I automatically locate a programs configuration files in the same directory as the executable?
Why is c platform dependent?
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?