What is a static variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the scope of static variables?
What is line in c preprocessor?
Define C in your own Language.
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
How can I open a file so that other programs can update it at the same time?
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
How can you increase the size of a dynamically allocated array?
how can i get output like this? 1 2 3 4 5 6
What is the right type to use for boolean values in c? Is there a standard type?
Why shouldn’t I start variable names with underscores?
How to add two numbers without using semicolon n c????