C Interview Questions
Questions Answers Views Company eMail

What is extern storage class in c?

715

What is variables in c?

803

What is null pointer constant?

783

What does volatile do?

752

What is the difference between volatile and const volatile?

751

What is the use of volatile?

823

When should volatile modifier be used?

750

Can a variable be both constant and volatile?

814

What is volatile variable how do you declare it?

768

Where is volatile variable stored?

839

What are lookup tables in c?

756

What is a lookup table in c?

822

What is table lookup in c?

837

Can we increase size of array in c?

713

What is a dynamic array in c?

806


Post New C Questions

Un-Answered Questions { C }

what are # pragma staments?

1815


What is non linear data structure in c?

772


What are the 4 types of functions?

793


Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

1820


Can we declare function inside main?

759


Explain what is page thrashing?

835


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

1916


What is variables in c?

803


Combinations of fibanocci prime series

1359


Why is c so powerful?

881


Why can’t we compare structures?

1038


What is the use of pointers in C?

834


How are strings stored in c?

791


What does the error 'Null Pointer Assignment' mean and what causes this error?

969


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

973