How will you declare an array of three function pointers where each function receives two ints and returns a float?
No Answer is Posted For this Question
Be the First to Post Answer
Array is an lvalue or not?
What do you mean by a local block?
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
to find the closest pair
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
When should volatile modifier be used?
What is zero based addressing?
What is the difference between array and structure in c?
What is the difference between near, far and huge pointers?
write function to reverse char array ... without using second array
difference between function & structure
What is sizeof int?