How do you write a program which produces its own source code as output?
No Answer is Posted For this Question
Be the First to Post Answer
YBJBU6
What is the difference function call by value & function call by reference?
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression
How can a process change an environment variable in its caller?
Explain what are run-time errors?
who invented c
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
Explain how can I convert a number to a string?
why do some people write if(0 == x) instead of if(x == 0)?
What does main () mean in c?
Program to display given 3 integers in ascending order
When we use void main and int main?