Is fortran still used in 2018?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
Is javascript based on c?
what is the function of void main()?
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); }
Is a house a shell structure?
can v write main() { main(); } Is it true?
What does c mean?
Why isnt any of this standardized in c?
what is difference b/w extern & volatile variable??
What are the advantages and disadvantages of c language?
Why is c called a mid-level programming language?