What is FIFO?
No Answer is Posted For this Question
Be the First to Post Answer
int *a[5] refers to
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
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”.
Can the sizeof operator be used to tell the size of an array passed to a function?
How do you write a program which produces its own source code as its output?
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
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
What does %c mean in c?
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
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
Can you think of a way when a program crashed before reaching main? If yes how?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers