difference between native and cross compilers
No Answer is Posted For this Question
Be the First to Post Answer
how to find turn around time in operating system?
where does it flourished?
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
Is a house a mass structure?
How to reverse a string using a recursive function, with swapping?
related proverb of "dont count your chicken before it hatches"
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); }
how to make a scientific calculater ?
What extern c means?
What is the difference between void main() and int main()?
What is #include conio h?
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }