what is the most appropriate way to write a multi-statement
macro?
which will be first in c compiling ,linking or compiling ,debugging.
when to use : in c program?
Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort
what is mean by Garbage collection ? Please answer me. Advance thanks.
Output for following program using for loop only * * * * * * * * * * * * * * *
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
Can you apply link and association interchangeably?
What does the characters “r” and “w” mean when writing programs that will make use of files?
what is the difference b/w NULL and null?
What is the difference between #include and #include 'file' ?
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
what are the different storage classes in c?