How can I insert or delete a line (or record) in the middle of a file?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
Why do we use int main instead of void main in c?
How would you sort a linked list?
compare array with pointer?
Write a programe print the sum of series 0,1,2,.....10
Write a program to show the change in position of a cursor using c
can we implement multi-threads in c.
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
Explain what is the difference between functions getch() and getche()?
what is the self-referential structure?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
What is formal argument?