explain what is fifo?
No Answer is Posted For this Question
Be the First to Post Answer
Why doesnt the call scanf work?
Write code for initializing one dimentional and two dimentional array in a C Program?
5 Answers Deshaw, Edutech, GMD,
How do we print only part of a string in c?
what is a function prototype?
Differentiate between the expression “++a” and “a++”?
Find greatest number out of 10 number without using loop.
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
question-how to run a c programme.
what is an array
What is the scope of static variables in c language?
Can I initialize unions?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none