List the variables are used for writing doubly linked list
program.
No Answer is Posted For this Question
Be the First to Post Answer
What is a header file?
Compare and contrast compilers from interpreters.
how can you print&scan anything using just one character? :) HINT: printf,scanf similer
hi send me sample aptitude papers of cts?
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);
How to print India by nested loop? I IN IND INDI INDIA
which operator is known as dummy operator in c?
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
What are signals in C?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What is scanf () in c?
How do I determine whether a character is numeric, alphabetic, and so on?