in Education by
What is (void*)0? Error re of null pointer re of void pointer none of the listed options? Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
you should have to give a variable with the pointer that is. for eg. void(int *i)

Related questions

0 votes
    To remove a transition form a slide , click on none options in transition to this slide group on…… Tab in PowerPoint Select the correct answer from above options...
asked Dec 29, 2021 in Education by JackTerrance
0 votes
    Which of these ports listed is the fastest? a.Ie 1394 b.Esata c.Usb2.0 d.Firewire? Select the correct answer from above options...
asked Dec 1, 2021 in Education by JackTerrance
0 votes
    int find(int i) { if(>1) j=find(j/10)+(j%10) else j=0; return j; void main() int i=1000 int k k=find(i): printf(“%d”, K) Select the correct answer from above options...
asked Dec 29, 2021 in Education by JackTerrance
0 votes
    int find(int j) { if(>1X j=find(j/ 10)+(%10); } else { j=0; return j; void main() int i=1000, int k; k=find(i); printf(“%d”, k); Select the correct answer from above options...
asked Dec 29, 2021 in Education by JackTerrance
0 votes
    /determining static void sortint al) { int x = a.length; int m.p: for(int i=0; i...
asked Dec 25, 2021 in Education by JackTerrance
0 votes
    class year { public static void main() { int a=2000; if( a%4 == 0 && a%100 != 0); { System.out.println ... this it is showing 2 errors Select the correct answer from above options...
asked Dec 9, 2021 in Education by JackTerrance
0 votes
    What is the advantage of a void pointer in C?...
asked Jan 22, 2021 in Technology by JackTerrance
0 votes
    Can math operations be performed on a void pointer?...
asked Jan 22, 2021 in Technology by JackTerrance
0 votes
    What is the size of a void pointer in C?...
asked Jan 21, 2021 in Technology by JackTerrance
0 votes
    class Modulus { public static void main(String args[]) { double a = 25.64; int b = 25; a = a % 10; b = b % 10; ... (a + + b); } } Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    look at the following function header for a member function void circle::Radius[ ] what is the name of the ... function a member of Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    #include int main() { void fib(int f1,int f2, int n) { static int i = 1; int f3; if(i...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    #include int main() { void fib(int f1,int f2, int n) { static int i = 1; int f3; if(i...
asked Dec 18, 2021 in Education by JackTerrance
0 votes
    which excel function is used to combine conrents from different cells into one cell? 1. concatenate() 2. consol() 3. void() 4.main() Select the correct answer from above options...
asked Dec 14, 2021 in Education by JackTerrance
...