How can I find out if there are characters available for reading?
No Answer is Posted For this Question
Be the First to Post Answer
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
Why do we need volatile in c?
Explain what is the advantage of a random access file?
Write a program to print numbers from 1 to 100 without using loop in c?
What is the mean of function?
What is the use of ?: Operator?
Explain the bubble sort algorithm.
i have a written test in tomorrow
please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC
main() { float a=3.2e40; printf("%d",a); }
why do we use pointer instead directly acessing the data?
What is a pointer and how it is initialized?