Ow can I insert or delete a line (or record) in the middle of a file?
No Answer is Posted For this Question
Be the First to Post Answer
Without Computer networks, Computers will be half the use. Comment.
Is the following code legal? struct a { int x; struct a b; }
what will happen if you free a pointer twice after allocating memory dynamically ?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
What is the use of keyword VOLATILE in C?
What is bash c?
What is uint8 in c?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d
how to return 1000 variables from functio9n in c?plz give me code also
How can I find out how much free space is available on disk?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given