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
In C, What is the #line used for?
p*=(++q)++*--p when p=q=1 while(q<=6)
Is array name a pointer?
What is the code in while loop that returns the output of given code?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What is the translation phases used in c language?
What do header files do?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
Can a variable be both const and volatile?
What are 3 types of structures?
What is the benefit of using #define to declare a constant?
What is structure in c language?
What header files do I need in order to define the standard library functions I use?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
Why is void main used?