Answer Posted / sandeep kr. maurya
in programming all operators are used(leaving # and @) then
programers want to a symbol for preprocessor. and # is
nothing in used then programers take this symbol for
preprocessor. and @ is used in Email.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is javascript based on c?
What is main return c?
Write a C program in Fibonacci series.
Explain what is the difference between functions abs() and fabs()?
How arrays can be passed to a user defined function
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Is it better to use a macro or a function?
Write a program to check palindrome number in c programming?
What is the correct declaration of main?
What is the difference between malloc calloc and realloc in c?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
How do you write a program which produces its own source code as output?
Why malloc is faster than calloc?