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 |
What do you mean by c?
What is c system32 taskhostw exe?
implement NAND gate logic in C code without using any bitwise operatior.
What is function pointer and where we will use it
how many argument we can pas in in a function
What is quick sort in c?
write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)
7 Answers Consultancy, DBU, FD, JK Associates, Kobe, Satyam,
Why is python slower than c?
Which is best book for data structures in c?
What does nil mean in c?
When is a “switch” statement preferable over an “if” statement?
Why doesn't C have nested functions?