Explain #pragma in C.
Answer / nashiinformaticssolutions
A compiler-specific directive used for special purposes like disabling warnings.
| Is This Answer Correct ? | 0 Yes | 0 No |
pgm to find middle element of linklist(in efficent manner)
What is a static variable in c?
Explain what are the advantages and disadvantages of a heap?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
Difference between linking and loading?
What is structure of c program?
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
What is the concatenation operator?
what is the difference between exit() and _exit() functions?
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);
What is FIFO?
what is the difference between c and c++?