What is difference between static and global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can you increase the size of a statically allocated array?
write a program to find the given number is prime or not
2 Answers Accenture, Vasutech,
Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }
print the table 5 in loops
What is character set?
what type of errors are checked during compilation
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
Can you please explain the difference between exit() and _exit() function?
What does the file stdio.h contain?
EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>
what is the different bitween abap and abap-hr?
write a program to find out number of on bits in a number?