What is the difference between #include <header file> and #include “header file”?
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?
What are the advantages of using new operator as compared to the function malloc ()?
How does C++ help with the tradeoff of safety vs. usability?
What is difference between arrays and pointers?
Do you know the use of fflush() function?
can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????
c program for searching a student details among 10 student details
Write a C program to print 1 2 3 ... 100 without using loops?
What is the use of function overloading in C?
Tell me with an example the self-referential structure?
Why clrscr is used after variable declaration?
what is linkage error when it occurs in c program