Why static variable is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
i got 75% in all semester am i eligible for your company
What is #include cctype?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Explain low-order bytes.
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
How can I return multiple values from a function?
Determine the result of performing two successive block transfers into the same area of a frame buffer using the binary arith operations
What is a pointer on a pointer in c programming language?
What is static and volatile in c?
wat s the meaning of (int *)p +4;
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures