Describe the steps to insert data into a singly linked list.
Why main function is special give two reasons?
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
How do we print only part of a string in c?
what are the facialities provided by you after the selection of the student.
How to implement call back functions ?
what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }
write a program that will print %d in the output screen??
discuss the steps needed to get a program from source code to executable in a system?
write the program for prime numbers?
73 Answers Accenture, Aptech, Infosys, TCS,
What is the heap?
Differentiate between new and malloc(), delete and free() ?
Differentiate between a for loop and a while loop? What are it uses?