What is the size of empty structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
Hi can anyone tell what is a start up code?
what is ANSI and ISO
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression
prototype of sine function.
How would you obtain the current time and difference between two times?
What is && in c programming?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is a example of a variable?
what are advantages of U D F?
output for following code??? main() { int x=2,y,z; x*=3+2; printf("1.%d\n",x); x*=y=z=4; printf("2.%d %d %d\n",x,y,z); x=y==z; printf("3.%d\n",x); x==(y=z); printf("%d",x); }
what does keyword ‘extern’ mean in a function declaration?
what are the various memory handling mechanisms in C ?