Which of the following does not initialize ptr to null (assuming variable declar

Home | Discussion Forum

Which of the following does not initialize ptr to null (assuming variable declaration of a as int a=0;)?

View More Related Question

2) Which of the following does not initialize ptr to null (assuming variable declaration of a as int a=0;)?

3) The operator used to get value at address stored in a pointer variable is

4) What will be the output of the following C code?

 #include <stdio.h>
void main()
{
int x = 0;
int *ptr = &5;
printf("%p\n", ptr);
}

5) What is (void*)0?

UP Gk Online Test

taiyari24hour.com

Study 2 Online Says....
Kindly log in or signup.