What is FIFO?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

int *a[5] refers to

12 Answers   TCS,


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

0 Answers  


whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.

1 Answers  


Can the sizeof operator be used to tell the size of an array passed to a function?

0 Answers  


How do you write a program which produces its own source code as its output?

4 Answers  






void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?

4 Answers   Groupon,


Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer

0 Answers   TCS,


What does %c mean in c?

0 Answers  


Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?

2 Answers  


we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

0 Answers  


Can you think of a way when a program crashed before reaching main? If yes how?

2 Answers  


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

0 Answers  


Categories