Why can arithmetic operations not be performed on void pointers?
No Answer is Posted For this Question
Be the First to Post Answer
What is the explanation for the dangling pointer in c?
What is wrong in this statement? scanf(“%d”,whatnumber);
how to write optimum code to divide a 50 digit number with a 25 digit number??
What's wrong with "char *p; *p = malloc(10);"?
What is a pointer in c?
Can you please explain the difference between syntax vs logical error?
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
Does * p ++ increment p or what it points to?
WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............
What is meant by inheritance?
Explain how can I prevent another program from modifying part of a file that I am modifying?
write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..