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 should malloc() do?
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What is switch in c?
a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none
explain what is a newline escape sequence?
What is assert and when would I use it?
Find occurence of a character in a sting.
what do the 'c' and 'v' in argc and argv stand for?
How can I find leaf node with smallest level in a binary tree?
What is the difference between volatile and const volatile?