C Programming Interview Declarations Online Exam Quiz

C Programming Interview Declarations GK Quiz. Question and Answers related to C Programming Interview Declarations. MCQ (Multiple Choice Questions with answers about C Programming Interview Declarations

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;

View Answer

Which keyword is used to prevent any changes in the variable within a C program?

Options

A : immutable

B : mutable

C : const

D : volatile

View Answer

A variable declared in a function can be used in main().

Options

A : True

B : False

C : True if it is declared static

D : None of the mentioned

View Answer

The name of the variable used in one function cannot be used in another function.

Options

A : True

B : False

C :

D :

View Answer

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