C Interview Questions
Questions Answers Views Company eMail

What is extern storage class in c?

558

What is variables in c?

638

What is null pointer constant?

632

What does volatile do?

597

What is the difference between volatile and const volatile?

599

What is the use of volatile?

662

When should volatile modifier be used?

588

Can a variable be both constant and volatile?

598

What is volatile variable how do you declare it?

600

Where is volatile variable stored?

687

What are lookup tables in c?

575

What is a lookup table in c?

664

What is table lookup in c?

672

Can we increase size of array in c?

571

What is a dynamic array in c?

628


Post New C Questions

Un-Answered Questions { C }

Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3092


Explain what is the stack?

673


Where we use clrscr in c?

739


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2274


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

1356






write a program in c language to print your bio-data on the screen by using functions.

6285


What does c mean in basketball?

605


What is the best way to store flag values in a program?

608


How do we declare variables in c?

606


What is the hardest programming language?

712


what do you mean by inline function in C?

648


How can I find the modification date of a file?

740


while initialization of array why we use a[][2] why not a[2][]...?

1893


How many identifiers are there in c?

619


What is the difference between strcpy() and memcpy() function in c programming?

661