How can I write a function analogous to scanf?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between getch() and getchar()?
How to reverse a linked list
1 Answers Aricent, Fidelity, IBM, TCS,
A stack can be implemented only using array?if not what is used?
Why is C language being considered a middle level language?
Write a program for deleting duplicate elements in an array
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
without using arithmatic operator convert an intger variable x into x+1
What the different types of arrays in c?
size maximum allocated by calloc()
In c programming language, how many parameters can be passed to a function ?
What is the purpose of 'register' keyword?
Program to find larger of the two numbers without using if-else,while,for,switch