What is meant by preprocessor in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between GETS();AND SCANF();
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
How do you do dynamic memory allocation in C applications?
What are Macros? What are its advantages and disadvantages?
how to write a data 10 in address location 0x2000
Explain how do you override a defined macro?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Why doesnt the call scanf work?
Does c have an equivalent to pascals with statement?
for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????
What is the use of in c?
What are the different types of C instructions?