Explain how are 16- and 32-bit numbers stored?
No Answer is Posted For this Question
Be the First to Post Answer
how to print this pyramid * * * * * * * * * * * * *
What is bash c?
#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }
Program to find the value of e raised to power x using while loop
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
How are strings stored in c?
Why static variable is used in c?
what is the function of pragma directive in c?
main() { int a[10]; printf("%d",*a+1-*a+3); }
which one low Priority in c? a)=,b)++,c)==,d)+
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
what is mean by Garbage collection ? Please answer me. Advance thanks.