Why can't I perform arithmetic on a void* pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is the maximum length of an identifier?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is a scope resolution operator in c?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?
what is the differnce between AF_INET and PF_INET?
5 Answers Systems Plus, Wipro,
What is the difference between int main and void main?
What is the heap in c?
extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }
write a program that accepts 3 numbers from the user. dispaly the values in a descending order.
What is the argument of a function in c?