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 |
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
Why do we use int main?
totally how much header files r in c language
Differentiate between the = symbol and == symbol?
Why c is called free form language?
What are reserved words with a programming language?
shorting algorithmS
What is a memory leak? How to avoid it?
what is the difference between entry control and exit control statement?
12 Answers Darbari Lal DAV Model School,
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
what's the return value of malloc()
program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5