Why does not c have an exponentiation operator?
No Answer is Posted For this Question
Be the First to Post Answer
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What is c preprocessor mean?
What is c value paradox explain?
how to use showbits function?
In C, What is the #line used for?
write a program to interchange the value between two variable without using loop
Can you assign a different address to an array tag?
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above
What is static function in c?
Are there namespaces in c?