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 |
inline function is there in c language?
Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?
Is c is a procedural language?
Is it possible to create recycle bin in mobiles?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
How to write a C program to determine the smallest among three nos using conditional operator?
What is the difference between text files and binary files?
What is the maximum length of an identifier?
Explain what is meant by 'bit masking'?
What is the usage of the pointer in c?
What library is sizeof in c?
Write a program to know whether the input number is an armstrong number.