What do you mean by a sequential access file?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
main() { int a = 65; printf(ā%d %o %xā,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?
What is the difference between void main and main in c?
What do you mean by c what are the main characteristics of c language?
How is a pointer variable declared?
whether itis a structured language?
Can a pointer be static?
what are the facialities provided by you after the selection of the student.
out put of printf(ā%dā,printf(ram));
Explain how can a program be made to print the name of a source file where an error occurs?
Write a program for finding factorial of a number.
How to establish connection with oracle database software from c language?