Explain #pragma statements.
No Answer is Posted For this Question
Be the First to Post Answer
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
c program for searching a student details among 10 student details
What is Heap?
write a program to copy a string without using a string?
what is the difference between entry control and exit control statement?
12 Answers Darbari Lal DAV Model School,
Explain what are linked list?
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }
14 Answers CDAC, GATE, NDS, TCS,
What is a structure and why it is used?
When should structures be passed by values or by references?
what is the difference b/w NULL and null?
why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?