Question: Which of the following is not a pointer declaration?

Options

A : char a[10];

B : char a[] = {‘1’, ‘2’, ‘3’, ‘4’};

C : char *str;

D : char a;

Click to view Correct Answer

Next

C Programming Interview Declarations more questions

What type of value does sizeof return?

Which of the following return-type cannot be used for a....

What type of initialization is needed for the segment “ptr[3]....

The C library function _________ breaks string s1 into a....

Which is correct with respect to the size of the....

In a 32-bit compiler, which 2 types have the same....

In which way can SAM be stored in an array?

Loss in precision occurs for typecasting from____________

Size of C++ objects are expressed in terms of multiples....

Which of the following is a video editing tool that....

Chemical Engineering Basics - Part 1 more Online Exam Quiz

C Programming File Access

C Programming File Access 1

C Programming File Inclusion 1

C Programming Float Datatype 1

C Programming Float Datatype 2

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