List the variables are used for writing doubly linked list
program.
No Answer is Posted For this Question
Be the First to Post Answer
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,
I came across some code that puts a (void) cast before each call to printf. Why?
What are the advantages and disadvantages of pointers?
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
Is linux written in c?
Method Overloading exist in c ?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
Explain is it valid to address one element beyond the end of an array?
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
What is the difference between the local variable and global variable in c?