Question: Which of the following declaration will result in run-time error?

Options

A : int **c = &c;

B : int **c = &*c;

C : int **c = **c;

D : none of the mentioned

Click to view Correct Answer

C Programming Pointers Pointers more questions

For the function call time(), what type of parameter is....

Which data type can be stored in register?

In function free(p), p is a _______

Which data type is used to represent the absence of....

Which of the data types has the size that is....

The correct statement for a function that takes pointer to....

How do you allocate a matrix using a single pointer....

Which of the following is illegal?

Which of the following is not a valid variable name....

Which of the following function declaration is illegal?

Chemical Engineering Basics - Part 1 more Online Exam Quiz

C Programming Interview Declarations

C Programming Interview Questions Bit Fields

C Programming Interview Questions Type Conversions

C Programming Interview Questions Ungetc

C Programming Pointers Functions

C Programming Pointers Pointers 1

C Programming Pointers Vs Multi Dimensional Arrays 2

C Programming Questions And Answers Structures Functions

C Programming Questions Goto Labels

C Programming Questions Macro Substitution